Skip to content

Commit

Permalink
Using macos-13 for now until we adapt to macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed May 15, 2024
1 parent ffbedea commit fd56c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:

macos-stable:
name: "MacOS Stable"
runs-on: macos-latest
runs-on: macos-13
needs: tests
if: github.event_name != 'schedule'
env:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:

macos-debug:
name: "MacOS Debug"
runs-on: macos-latest
runs-on: macos-13
needs: tests
if: github.event_name != 'schedule'
env:
Expand Down

0 comments on commit fd56c3a

Please sign in to comment.