Skip to content

Commit

Permalink
Explicitly use macos-13 for macOS Intel runners (#13836)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp authored and jezdez committed Apr 26, 2024
1 parent a4a6d74 commit 9117ad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@ jobs:
include:
- runner: ubuntu-latest
subdir: linux-64
- runner: macos-latest
- runner: macos-13
subdir: osx-64
- runner: macos-14
- runner: macos-14 # FUTURE: Use -latest
subdir: osx-arm64
- runner: windows-latest
subdir: win-64
Expand Down

0 comments on commit 9117ad7

Please sign in to comment.