Skip to content

Commit 4044623

Browse files
committed
Remove Mac 12 (now deprecated) from CI and add Mac 15 (beta)
1 parent 211f45a commit 4044623

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ jobs:
9696
- platform: Ubuntu 20.04
9797
os: "ubuntu-20.04"
9898
test-script: "./unix.sh linux"
99+
- platform: MacOS 15 (M1)
100+
os: "macos-15"
101+
test-script: "./unix.sh darwin"
99102
- platform: MacOS 14 (M1)
100103
os: "macos-14"
101104
test-script: "./unix.sh darwin"
102105
- platform: MacOS 13
103106
os: "macos-13"
104107
test-script: "./unix.sh darwin"
105-
- platform: MacOS 12
106-
os: "macos-12"
107-
test-script: "./unix.sh darwin"
108108
- platform: Windows 2022
109109
os: "windows-2022"
110110
test-script: ".\\windows.bat"

0 commit comments

Comments
 (0)