Skip to content

Commit

Permalink
macos-15 and ubuntu-24
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 9, 2025
1 parent 3a7e9c6 commit 578ea15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2022, macos-12]
os: [ubuntu-24.04, windows-2022, macos-15]
java: [11, 17]
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
Expand All @@ -29,5 +29,5 @@ jobs:
- run: java -version
- run: mvn -version
- run: sudo apt-get install -y libnuma1 libaio1
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-24.04'
- run: mvn --errors --batch-mode clean install -Pqulice

0 comments on commit 578ea15

Please sign in to comment.