Skip to content

Commit

Permalink
tests: Swap to macos-13
Browse files Browse the repository at this point in the history
macOS-latest is no longer an Intel runner [skipci]
  • Loading branch information
Gcenx authored Jun 2, 2024
1 parent a894f0a commit 9e8b00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
test-bot:
strategy:
matrix:
os: [macos-latest, ubuntu-22.04]
os: [macos-13, ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: Set up Homebrew
Expand Down

0 comments on commit 9e8b00d

Please sign in to comment.