We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1a7c7 commit 1b3fae9Copy full SHA for 1b3fae9
.github/workflows/ci.yml
@@ -87,13 +87,16 @@ jobs:
87
strategy:
88
matrix:
89
include:
90
- - platform: Ubuntu 24.04
+ - platform: Ubuntu 24.04 x64
91
os: "ubuntu-24.04"
92
test-script: "./unix.sh linux x64"
93
- - platform: Ubuntu 22.04
+ - platform: Ubuntu 24.04 ARM64
94
+ os: "ubuntu-24.04-arm"
95
+ test-script: "./unix.sh linux arm64"
96
+ - platform: Ubuntu 22.04 x64
97
os: "ubuntu-22.04"
98
- - platform: Ubuntu 20.04
99
+ - platform: Ubuntu 20.04 x64
100
os: "ubuntu-20.04"
101
102
- platform: MacOS 14 (M1)
0 commit comments