mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 09:20:04 +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
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue