mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-01-18 13:22:42 +01:00
gradle.yml, graalvm.yml: update Ubuntu to 24.04
This commit is contained in:
parent
2104a1e876
commit
48a11221d7
2
.github/workflows/graalvm.yml
vendored
2
.github/workflows/graalvm.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macOS-12]
|
||||
os: [ubuntu-24.04, macOS-12]
|
||||
java-version: [ '17', '21' ]
|
||||
distribution: [ 'graalvm-community' ]
|
||||
gradle: ['8.10']
|
||||
|
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-22.04, macOS-12, windows-2022]
|
||||
os: [ubuntu-24.04, macOS-12, windows-2022]
|
||||
java: ['17', '21']
|
||||
distribution: ['temurin']
|
||||
gradle: ['7.3', '8.10']
|
||||
|
Loading…
Reference in New Issue
Block a user