Skip to content

Commit 3d1c80c

Browse files
authored
feat(workflows): Deprecate old runners and add new ones (#2081)
Reviewed-by: Alexander Jung <alex@unikraft.io> Approved-by: Alexander Jung <alex@unikraft.io>
2 parents e679f32 + 167d354 commit 3d1c80c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
os: [ubuntu-24.04, ubuntu-22.04, macos-12, macos-13, macos-14, mac-m2-14]
12+
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-24.04-arm, ubuntu-22.04-arm, macos-13, macos-14, macos-15]
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)