Skip to content

Commit

Permalink
fix(ci): Build using macos-13 due to macos-12 being deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
binarybaron committed Dec 5, 2024
1 parent e11dbed commit b7c8266
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
archive_ext: tar
- bin: swap
target: x86_64-apple-darwin
os: macos-12
os: macos-13
archive_ext: tar
- bin: swap
target: aarch64-apple-darwin
Expand All @@ -44,7 +44,7 @@ jobs:
archive_ext: tar
- bin: asb
target: x86_64-apple-darwin
os: macos-12
os: macos-13
archive_ext: tar
- bin: asb
target: aarch64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-12
os: macos-13
- target: aarch64-apple-darwin
os: macos-latest
- target: x86_64-pc-windows-msvc
Expand Down

0 comments on commit b7c8266

Please sign in to comment.