Skip to content

Commit

Permalink
ci: update macos runner from 12 to 13
Browse files Browse the repository at this point in the history
The macos 12 runner is deprecated.
  • Loading branch information
vthib committed Dec 9, 2024
1 parent 45b4bb4 commit 0b42fcf
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 @@ -135,8 +135,8 @@ jobs:
target: i686-pc-windows-msvc

test-macos:
name: Test Macos 12
runs-on: macos-12
name: Test Macos 13
runs-on: macos-13

env:
RUSTFLAGS: -Dwarnings
Expand Down

0 comments on commit 0b42fcf

Please sign in to comment.