Skip to content

Commit

Permalink
(chore) ci: ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-pelykh committed Jan 10, 2025
1 parent 2882197 commit cbd9268
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
compatibility:
strategy:
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-24.04 ]
java-distribution:
- temurin
- zulu
Expand Down Expand Up @@ -49,15 +49,15 @@ jobs:
restore-keys: gradle-${{ runner.os }}

- name: Install PCRE
if: ${{ matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: sudo apt-get install -y libpcre2-8-0

- name: Test
if: ${{ matrix.os == 'ubuntu-latest' }}
if: ${{ matrix.os == 'ubuntu-24.04' }}
run: ./gradlew ffm:test jna:test -Dpcre2.library.path=/usr/lib/x86_64-linux-gnu

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

permissions:
contents: read
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
publish-github-pages:
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}

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

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
package:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

permissions:
contents: read
Expand Down

0 comments on commit cbd9268

Please sign in to comment.