generate-tarball.yml: try 3.20
This commit is contained in:
parent
9192e55287
commit
03780e4bde
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
||||||
name: Build tarball
|
name: Build tarball
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:v3.20
|
||||||
env:
|
env:
|
||||||
CI_PROJECT_NAME: zotero
|
CI_PROJECT_NAME: zotero
|
||||||
steps:
|
steps:
|
||||||
|
@ -43,7 +43,7 @@ jobs:
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
needs: [build-tarball]
|
needs: [build-tarball]
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:v3.20
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: apk add nodejs curl findutils
|
run: apk add nodejs curl findutils
|
||||||
|
|
Loading…
Reference in a new issue