Skip to content

Commit

Permalink
ci: bump macos runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Dec 10, 2024
1 parent 4540ac5 commit 74f90b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
if-no-files-found: error

build_darwin-x64:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand All @@ -190,7 +190,7 @@ jobs:
if-no-files-found: error

build_darwin-arm64:
runs-on: macos-12
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 74f90b6

Please sign in to comment.