Skip to content

Commit

Permalink
ci.yml: Test on ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Jun 4, 2024
1 parent f87dbeb commit 298e8b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [9, 10, 12] # , 14]
version: [9, 10, 12, 14]

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,9 +49,9 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [11, 12, 14] # , 16, 18]
version: [11, 12, 14, 16, 18]

runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 298e8b0

Please sign in to comment.