Skip to content

Commit

Permalink
Move off macos-12 for builds (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobWall23 authored Oct 28, 2024
1 parent 19e9ce9 commit 6050eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
# different operating systems
os: [ubuntu-22.04, macos-12, windows-2019]
os: [ubuntu-22.04, macos-13, windows-2019]
features: [default]
toolchain: [stable]
include:
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
- ubuntu-22.04
include:
- target: aarch64-apple-ios
os: macos-12
os: macos-13
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 6050eb3

Please sign in to comment.