Skip to content

Commit

Permalink
ci: macos-12 -> macos-15
Browse files Browse the repository at this point in the history
macos-12 is EOL on 2024-12-04
  • Loading branch information
newAM authored Oct 18, 2024
1 parent da7c877 commit b4a4c1b
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 @@ -33,7 +33,7 @@ jobs:

macos_build:
name: Mac Build
runs-on: macos-12
runs-on: macos-15
env:
RUSTFLAGS: "-D warnings"
steps:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:

macos_test:
name: Mac Test
runs-on: macos-12
runs-on: macos-15
env:
RUSTFLAGS: "-D warnings"
steps:
Expand Down

0 comments on commit b4a4c1b

Please sign in to comment.