mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
gradle.yml, graalvm.yml: update macOS to 13
This commit is contained in:
parent
5d486b78d9
commit
20b739c578
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-12]
|
||||
os: [ubuntu-24.04, macOS-13]
|
||||
java-version: [ '17', '21' ]
|
||||
distribution: [ 'graalvm-community' ]
|
||||
gradle: ['8.10.2']
|
||||
|
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-12, windows-2022]
|
||||
os: [ubuntu-24.04, macOS-13, windows-2022]
|
||||
java: ['17', '21']
|
||||
distribution: ['temurin']
|
||||
gradle: ['7.3', '8.10.2']
|
||||
|
Loading…
Reference in New Issue
Block a user