mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
gradle.yml, graalvm.yml: explicitly use ubuntu-22.04, windows-2022
This makes explicit which versions of which OSs are used in CI. After this is merged, we will need to manually update to newer OS versions.
This commit is contained in:
parent
7a00b82746
commit
074543ecd1
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
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-12]
|
||||
os: [ubuntu-22.04, macOS-12]
|
||||
java-version: [ '17', '21' ]
|
||||
distribution: [ 'graalvm-community' ]
|
||||
gradle: ['8.7']
|
||||
|
|
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macOS-12, windows-latest]
|
||||
os: [ubuntu-22.04, macOS-12, windows-2022]
|
||||
java: ['11', '17', '21']
|
||||
distribution: ['temurin']
|
||||
gradle: ['8.7']
|
||||
|
|
Loading…
Add table
Reference in a new issue