Skip to content

Commit 6bc15b2

Browse files
committed
CI: Update GHA runners
1 parent e89a800 commit 6bc15b2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,13 @@ jobs:
2727
os:
2828
- ubuntu-24.04
2929
- ubuntu-22.04
30-
- ubuntu-20.04
30+
- ubuntu-24.04-arm
31+
- ubuntu-22.04-arm
3132
- macos-15
3233
- macos-14
3334
- macos-13
35+
- windows-2025
3436
- windows-2022
35-
- windows-2019
3637
steps:
3738
- uses: actions/checkout@v4
3839
- run: bash -x build-cmake.sh
@@ -46,7 +47,8 @@ jobs:
4647
os:
4748
- ubuntu-24.04
4849
- ubuntu-22.04
49-
- ubuntu-20.04
50+
- ubuntu-24.04-arm
51+
- ubuntu-22.04-arm
5052
- macos-15
5153
- macos-14
5254
- macos-13
@@ -66,7 +68,8 @@ jobs:
6668
os:
6769
- ubuntu-24.04
6870
- ubuntu-22.04
69-
- ubuntu-20.04
71+
- ubuntu-24.04-arm
72+
- ubuntu-22.04-arm
7073
- macos-15
7174
- macos-14
7275
- macos-13

0 commit comments

Comments
 (0)