Skip to content

Commit

Permalink
ci: Update to macOS 14
Browse files Browse the repository at this point in the history
macOS 12 is no longer available in GitHub Actions.
  • Loading branch information
auscompgeek authored Dec 30, 2024
1 parent 4b55fef commit 36c64f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-22.04", "macos-12", "windows-2022"]
os: ["ubuntu-22.04", "macos-14", "windows-2022"]
python_version:
- '3.8'
- '3.9'
Expand Down

0 comments on commit 36c64f2

Please sign in to comment.