Skip to content

Commit cbd9268

Browse files
committed
(chore) ci: ubuntu-24.04
1 parent 2882197 commit cbd9268

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
compatibility:
1414
strategy:
1515
matrix:
16-
os: [ ubuntu-latest ]
16+
os: [ ubuntu-24.04 ]
1717
java-distribution:
1818
- temurin
1919
- zulu
@@ -49,15 +49,15 @@ jobs:
4949
restore-keys: gradle-${{ runner.os }}
5050

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

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

5959
package:
60-
runs-on: ubuntu-latest
60+
runs-on: ubuntu-24.04
6161

6262
permissions:
6363
contents: read
@@ -143,7 +143,7 @@ jobs:
143143
publish-github-pages:
144144
if: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
145145

146-
runs-on: ubuntu-latest
146+
runs-on: ubuntu-24.04
147147

148148
permissions:
149149
contents: read

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
package:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-24.04
1111

1212
permissions:
1313
contents: read

0 commit comments

Comments
 (0)