Skip to content

Commit ed885e1

Browse files
committed
CI to latest ubuntu
1 parent 96e0fa7 commit ed885e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
java_version: ['8', '11', '17', '21', '23']
29-
os: ['ubuntu-22.04']
29+
os: ['ubuntu-24.04']
3030
include:
3131
- java_version: '8'
3232
os: 'ubuntu-22.04'
@@ -56,7 +56,7 @@ jobs:
5656
id: projectVersion
5757
# for some reason fails on Windows; we don't need it so skip:
5858
if: ${{ !matrix.is_windows }}
59-
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.3.0:evaluate -DforceStdout -Dexpression=project.version -q)" >>$GITHUB_OUTPUT
59+
run: echo "version=$(./mvnw org.apache.maven.plugins:maven-help-plugin:3.5.1:evaluate -DforceStdout -Dexpression=project.version -q)" >>$GITHUB_OUTPUT
6060
- name: Verify Android SDK Compatibility
6161
if: ${{ matrix.release_build }}
6262
run: ./mvnw -B -q -ff -ntp -DskipTests animal-sniffer:check

0 commit comments

Comments
 (0)