File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
compatibility :
14
14
strategy :
15
15
matrix :
16
- os : [ ubuntu-latest ]
16
+ os : [ ubuntu-24.04 ]
17
17
java-distribution :
18
18
- temurin
19
19
- zulu
@@ -49,15 +49,15 @@ jobs:
49
49
restore-keys : gradle-${{ runner.os }}
50
50
51
51
- name : Install PCRE
52
- if : ${{ matrix.os == 'ubuntu-latest ' }}
52
+ if : ${{ matrix.os == 'ubuntu-24.04 ' }}
53
53
run : sudo apt-get install -y libpcre2-8-0
54
54
55
55
- name : Test
56
- if : ${{ matrix.os == 'ubuntu-latest ' }}
56
+ if : ${{ matrix.os == 'ubuntu-24.04 ' }}
57
57
run : ./gradlew ffm:test jna:test -Dpcre2.library.path=/usr/lib/x86_64-linux-gnu
58
58
59
59
package :
60
- runs-on : ubuntu-latest
60
+ runs-on : ubuntu-24.04
61
61
62
62
permissions :
63
63
contents : read
@@ -143,7 +143,7 @@ jobs:
143
143
publish-github-pages :
144
144
if : ${{ github.event_name == 'push' && github.ref_name == 'main' }}
145
145
146
- runs-on : ubuntu-latest
146
+ runs-on : ubuntu-24.04
147
147
148
148
permissions :
149
149
contents : read
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
package :
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-24.04
11
11
12
12
permissions :
13
13
contents : read
You can’t perform that action at this time.
0 commit comments