fix: issue with pnpm action & update ubuntu-latest

This commit is contained in:
diced 2025-01-09 13:19:38 -08:00
parent e7a437c2f8
commit f5d4b1845d
No known key found for this signature in database
GPG key ID: 370BD1BA142842D1
2 changed files with 3 additions and 4 deletions

View file

@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
matrix:
node: [20.x, 22.x, 23.x]
@ -23,7 +23,6 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 9
run_install: false
- name: Get pnpm store directory

View file

@ -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