mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-13 11:36:15 +01:00
Merge fb544d8a15
into 40b1ac351f
This commit is contained in:
commit
4ca39629ac
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-24.04, macOS-13]
|
||||
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-13]
|
||||
java: [ '21', '23' ]
|
||||
distribution: [ 'graalvm-community' ]
|
||||
gradle: ['8.13']
|
||||
|
|
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
timeout-minutes: 15
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-24.04, macOS-13, windows-2022]
|
||||
os: [ubuntu-24.04, ubuntu-24.04-arm, macOS-13, windows-2022]
|
||||
java: ['17', '21', '23']
|
||||
distribution: ['temurin']
|
||||
gradle: ['7.3', '8.13']
|
||||
|
|
Loading…
Add table
Reference in a new issue