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 27, 2024
1 parent f7a9bed commit f1fb7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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
Expand All @@ -33,7 +33,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 f1fb7cf

Please sign in to comment.