Skip to content

Commit

Permalink
Remove Mac 12 (now deprecated) from CI and add Mac 15 (beta)
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Dec 6, 2024
1 parent 211f45a commit 4044623
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,15 +96,15 @@ jobs:
- platform: Ubuntu 20.04
os: "ubuntu-20.04"
test-script: "./unix.sh linux"
- platform: MacOS 15 (M1)
os: "macos-15"
test-script: "./unix.sh darwin"
- platform: MacOS 14 (M1)
os: "macos-14"
test-script: "./unix.sh darwin"
- platform: MacOS 13
os: "macos-13"
test-script: "./unix.sh darwin"
- platform: MacOS 12
os: "macos-12"
test-script: "./unix.sh darwin"
- platform: Windows 2022
os: "windows-2022"
test-script: ".\\windows.bat"
Expand Down

0 comments on commit 4044623

Please sign in to comment.