mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +01:00
gradle.yml, graalvm.yml: explicitly use macos-12
GitHub has bumped macos-latest to be macos-14 (and ARM) so our tests are currently broken. This PR is a short-term fix to restore the status quo and makes the minimum change to fix the broken build.
This commit is contained in:
parent
7df957e4c6
commit
c1bb78137c
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-latest]
|
||||
os: [ubuntu-latest, 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-latest, windows-latest]
|
||||
os: [ubuntu-latest, macOS-12, windows-latest]
|
||||
java: ['11', '17', '21']
|
||||
distribution: ['temurin']
|
||||
gradle: ['8.7']
|
||||
|
|
Loading…
Add table
Reference in a new issue