Skip to content

Commit

Permalink
use macos-12 runner for Intel Mac on CI
Browse files Browse the repository at this point in the history
because macos-latest runner is now alias to macos-14
  • Loading branch information
rhysd committed Apr 29, 2024
1 parent 5dbe055 commit 36178f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
unit-test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
os: [ubuntu-latest, macos-latest, windows-latest, macos-12]
fail-fast: true
runs-on: ${{ matrix.os }}
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
- build: mac-x86_64
os: macos-latest
os: macos-12
target: x86_64-apple-darwin
- build: mac-aarch64
os: macos-14
os: macos-latest
target: aarch64-apple-darwin
- build: win
os: windows-latest
Expand Down

0 comments on commit 36178f6

Please sign in to comment.