Skip to content

Commit

Permalink
use ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Mar 6, 2024
1 parent 5a2dac9 commit 53b1ffb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ ubuntu22 ]
platform: [ ubuntu20 ]
runs-on: ubuntu-latest
container: ${{fromJSON(needs.d.outputs.p)[matrix.platform].image}}

Expand Down Expand Up @@ -164,10 +164,10 @@ jobs:
with:
owner: AntelopeIO
repo: leap
file: 'leap-dev_4.0.6-ubuntu22.04_amd64.deb'
file: 'leap-dev_4.0.6-ubuntu20.04_amd64.deb'
target: ${{needs.versions.outputs.leap-dev-target}}
prereleases: ${{fromJSON(needs.versions.outputs.leap-dev-prerelease)}}
artifact-name: leap-dev-ubuntu22-amd64
artifact-name: leap-dev-ubuntu20-amd64
container-package: experimental-binaries

- name: Install leap-dev.deb
Expand Down

0 comments on commit 53b1ffb

Please sign in to comment.