Skip to content

Commit

Permalink
Change to use macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
sorairolake committed Apr 20, 2024
1 parent 528db6b commit cd286aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
os: ubuntu-22.04
use-cross: true
- target: aarch64-apple-darwin
os: macos-12
os: macos-14
- target: x86_64-apple-darwin
os: macos-12
os: macos-14
- target: aarch64-pc-windows-msvc
os: windows-2022
- target: x86_64-pc-windows-msvc
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@ jobs:
matrix:
target:
- x86_64-unknown-linux-gnu
- x86_64-apple-darwin
- aarch64-apple-darwin
- x86_64-pc-windows-msvc
toolchain:
- 1.74.0 # MSRV
- stable
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-22.04
- target: x86_64-apple-darwin
os: macos-12
- target: aarch64-apple-darwin
os: macos-14
- target: x86_64-pc-windows-msvc
os: windows-2022
steps:
Expand Down

0 comments on commit cd286aa

Please sign in to comment.