mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2024-11-19 01:40:26 +01:00
gradle.yml: explicitly use ubuntu-22.04 for Gradle 4.10.3 special case
I missed this entry in commit 074543ecd1
.
This commit is contained in:
parent
19cce08825
commit
3c7088b832
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
gradle: ['8.7']
|
||||
include:
|
||||
# Special case to test something close to Debian config with the oldest supported (standard) Gradle on Ubuntu
|
||||
- os: ubuntu-latest
|
||||
- os: ubuntu-22.04
|
||||
java: '11'
|
||||
distribution: 'temurin'
|
||||
gradle: '4.10.3'
|
||||
|
Loading…
Reference in New Issue
Block a user