Skip to content

Commit f1fb7cf

Browse files
committed
Add GitHub CI OSs: ubuntu-24.04, macos-13, macos-15
1 parent f7a9bed commit f1fb7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test-linux:
99
strategy:
1010
matrix:
11-
os: [ubuntu-20.04, ubuntu-22.04]
11+
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
3333
test-macos:
3434
strategy:
3535
matrix:
36-
os: [macos-12, macos-14]
36+
os: [macos-12, macos-13, macos-14, macos-15]
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)