Skip to content

Commit

Permalink
Reverting to macos-universal
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbossenger committed Jan 30, 2025
1 parent 95c099b commit 3836db0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ jobs:
[
{ name: 'linux', image: 'ubuntu-latest' },
{ name: 'windows', image: 'windows-latest' },
{ name: 'macos-intel', image: 'macos-13', arch: 'x64' },
{ name: 'macos-arm', image: 'macos-13', arch: 'arm64' },
{ name: 'macos-universal', image: 'macos-latest', arch: 'universal' },
]

runs-on: ${{ matrix.os.image }}
Expand Down

0 comments on commit 3836db0

Please sign in to comment.