Skip to content

Commit

Permalink
CI: Switch to MacOS 13 (x86_64) / 14 (ARM) runners (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
TicClick authored Feb 13, 2024
1 parent b8a776a commit 3765bd1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13 # x86_64
- macos-14 # aarch64 (ARM)
- windows-latest
runs-on: ${{ matrix.os }}

Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13 # x86_64
- macos-14 # aarch64 (ARM)
- windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -53,7 +54,8 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-latest
- macos-13 # x86_64
- macos-14 # aarch64 (ARM)
- windows-latest
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 3765bd1

Please sign in to comment.