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 a918c30 commit 7e5adcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
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 7e5adcf

Please sign in to comment.