Skip to content

Commit 298e8b0

Browse files
authored
ci.yml: Test on ubuntu-24.04
1 parent f87dbeb commit 298e8b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
version: [9, 10, 12] # , 14]
20+
version: [9, 10, 12, 14]
2121

22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-24.04
2323

2424
steps:
2525
- uses: actions/checkout@v4
@@ -49,9 +49,9 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
version: [11, 12, 14] # , 16, 18]
52+
version: [11, 12, 14, 16, 18]
5353

54-
runs-on: ubuntu-latest
54+
runs-on: ubuntu-24.04
5555

5656
steps:
5757
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)