Skip to content

Commit 7b4dafa

Browse files
committed
Update Github action runners
1 parent 44b115a commit 7b4dafa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ jobs:
55
test-linux:
66
strategy:
77
matrix:
8-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
8+
os:
9+
- ubuntu-22.04
10+
- ubuntu-24.04
911
runs-on: ${{ matrix.os }}
1012
steps:
1113
- uses: actions/checkout@v4
@@ -32,7 +34,10 @@ jobs:
3234
test-macos:
3335
strategy:
3436
matrix:
35-
os: [macos-13, macos-14, macos-15]
37+
os:
38+
- macos-13
39+
- macos-14
40+
- macos-15
3641
runs-on: ${{ matrix.os }}
3742
steps:
3843
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)