mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-07-28 13:52:43 +02:00
revert to build on ubuntu 20.04 for xz compression
This commit is contained in:
4
.github/workflows/package.yaml
vendored
4
.github/workflows/package.yaml
vendored
@@ -10,12 +10,12 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [windows-2022, ubuntu-22.04, macos-12]
|
os: [windows-2022, ubuntu-20.04, macos-12]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Set up JDK 21.0.2
|
- name: Set up JDK 21.0.1
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
Reference in New Issue
Block a user