Skip to content

Commit ab981a9

Browse files
committed
Start testing CI on Mac 15 & Windows 2025
1 parent 5c60a70 commit ab981a9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: .github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,18 @@ jobs:
9999
- platform: Ubuntu 20.04 x64
100100
os: "ubuntu-20.04"
101101
test-script: "./unix.sh linux x64"
102-
- platform: MacOS 14 (M1)
102+
- platform: MacOS 15 (ARM64)
103+
os: "macos-15"
104+
test-script: "./unix.sh darwin arm64"
105+
- platform: MacOS 14 (ARM64)
103106
os: "macos-14"
104107
test-script: "./unix.sh darwin arm64"
105108
- platform: MacOS 13
106109
os: "macos-13"
107110
test-script: "./unix.sh darwin x64"
111+
- platform: Windows 2025
112+
os: "windows-2025"
113+
test-script: ".\\windows.bat"
108114
- platform: Windows 2022
109115
os: "windows-2022"
110116
test-script: ".\\windows.bat"

0 commit comments

Comments
 (0)