mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-15 04:11:51 +01:00
gradle.yml, graalvm.yml: update Ubuntu to 24.04
This commit is contained in:
parent
53cafe1b03
commit
cc604f8e5f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/graalvm.yml
vendored
2
.github/workflows/graalvm.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, macOS-13]
|
os: [ubuntu-24.04, macOS-13]
|
||||||
java-version: [ '17', '21' ]
|
java-version: [ '17', '21' ]
|
||||||
distribution: [ 'graalvm-community' ]
|
distribution: [ 'graalvm-community' ]
|
||||||
gradle: ['8.10.2']
|
gradle: ['8.10.2']
|
||||||
|
|
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-22.04, macOS-13, windows-2022]
|
os: [ubuntu-24.04, macOS-13, windows-2022]
|
||||||
java: ['11', '17', '21']
|
java: ['11', '17', '21']
|
||||||
distribution: ['temurin']
|
distribution: ['temurin']
|
||||||
gradle: ['8.10.2']
|
gradle: ['8.10.2']
|
||||||
|
|
Loading…
Add table
Reference in a new issue