Skip to content

Commit

Permalink
CI: Use macos-13, because macos-14 became an ARM runner
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed May 10, 2024
1 parent 53f59b3 commit 6804e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
os: ["ubuntu-latest", "macos-13", "windows-latest"]
python-version: ["3.8", "3.12"]

env:
Expand Down

0 comments on commit 6804e80

Please sign in to comment.