Skip to content

Commit

Permalink
Run the test suite on macOS 13 runners
Browse files Browse the repository at this point in the history
The macOS 13 runners are the latest macOS runners that are still
Intel-based.
  • Loading branch information
matrss committed Mar 19, 2024
1 parent 5e1c5a0 commit f10960e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-all-oses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["macos-14", "ubuntu-latest"]
os: ["macos-13", "macos-14", "ubuntu-latest"]
order: ["normal", "reverse"]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f10960e

Please sign in to comment.