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 e89a800 commit 6bc15b2Copy full SHA for 6bc15b2
.github/workflows/ci.yml
@@ -27,12 +27,13 @@ jobs:
27
os:
28
- ubuntu-24.04
29
- ubuntu-22.04
30
- - ubuntu-20.04
+ - ubuntu-24.04-arm
31
+ - ubuntu-22.04-arm
32
- macos-15
33
- macos-14
34
- macos-13
35
+ - windows-2025
36
- windows-2022
- - windows-2019
37
steps:
38
- uses: actions/checkout@v4
39
- run: bash -x build-cmake.sh
@@ -46,7 +47,8 @@ jobs:
46
47
48
49
50
51
52
53
54
@@ -66,7 +68,8 @@ jobs:
66
68
67
69
70
71
72
73
74
75
0 commit comments