Skip to content

Commit 3836db0

Browse files
Reverting to macos-universal
1 parent 95c099b commit 3836db0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
[
1212
{ name: 'linux', image: 'ubuntu-latest' },
1313
{ name: 'windows', image: 'windows-latest' },
14-
{ name: 'macos-intel', image: 'macos-13', arch: 'x64' },
15-
{ name: 'macos-arm', image: 'macos-13', arch: 'arm64' },
14+
{ name: 'macos-universal', image: 'macos-latest', arch: 'universal' },
1615
]
1716

1817
runs-on: ${{ matrix.os.image }}

0 commit comments

Comments
 (0)