Skip to content

Commit

Permalink
Bump macOS version in release job
Browse files Browse the repository at this point in the history
Github has runners for
- macos-13 for Intel
- macos-14 for arm64

Signed-off-by: David Enyeart <[email protected]>
  • Loading branch information
denyeart committed Jan 27, 2025
1 parent 98d276b commit a5bb4b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
platform: linux-amd64
- image: ubuntu-20.04
platform: linux-arm64
- image: macos-12
- image: macos-14
platform: darwin-arm64
- image: macos-12
- image: macos-13
platform: darwin-amd64
- image: windows-2022
platform: windows-amd64
Expand Down

0 comments on commit a5bb4b7

Please sign in to comment.