Skip to content

Commit

Permalink
Add GitHub CI OSs: ubuntu-24.04, macos-13, macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
rdavid committed Oct 28, 2024
1 parent f7a9bed commit d0758df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ jobs:
test-linux:
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- run: sudo apt-get install asciidoctor
- uses: hadolint/[email protected]
with:
dockerfile: Containerfile
Expand All @@ -33,7 +34,7 @@ jobs:
test-macos:
strategy:
matrix:
os: [macos-12, macos-14]
os: [macos-12, macos-13, macos-14, macos-15]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d0758df

Please sign in to comment.