We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c60a70 commit ab981a9Copy full SHA for ab981a9
.github/workflows/ci.yml
@@ -99,12 +99,18 @@ jobs:
99
- platform: Ubuntu 20.04 x64
100
os: "ubuntu-20.04"
101
test-script: "./unix.sh linux x64"
102
- - platform: MacOS 14 (M1)
+ - platform: MacOS 15 (ARM64)
103
+ os: "macos-15"
104
+ test-script: "./unix.sh darwin arm64"
105
+ - platform: MacOS 14 (ARM64)
106
os: "macos-14"
107
test-script: "./unix.sh darwin arm64"
108
- platform: MacOS 13
109
os: "macos-13"
110
test-script: "./unix.sh darwin x64"
111
+ - platform: Windows 2025
112
+ os: "windows-2025"
113
+ test-script: ".\\windows.bat"
114
- platform: Windows 2022
115
os: "windows-2022"
116
test-script: ".\\windows.bat"
0 commit comments