mirror of
https://github.com/diced/zipline.git
synced 2026-01-01 15:36:51 -08:00
fix: issue with pnpm action & update ubuntu-latest
This commit is contained in:
4
.github/workflows/docker.yml
vendored
4
.github/workflows/docker.yml
vendored
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
push-amd64:
|
||||
name: 'push (amd64)'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
@@ -65,7 +65,7 @@ jobs:
|
||||
ghcr.io/diced/zipline:v4-${{ steps.sha.outputs.short_sha }}-arm64
|
||||
|
||||
ammend-builds:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
needs: [push-amd64, push-arm64]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user