Skip to content

Commit

Permalink
CI/Update macOS runners: macos-latest switched to macos-14 (#44094)
Browse files Browse the repository at this point in the history
macos-latest switched to macos-14, so now we are running
two identical jobs.
  • Loading branch information
alalazo committed May 9, 2024
1 parent 7df35d0 commit e60f6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, macos-14]
os: [macos-13, macos-14]
python-version: ["3.11"]
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
Expand Down

0 comments on commit e60f6f4

Please sign in to comment.