mirror of
https://github.com/codex-storage/nim-codex.git
synced 2025-02-22 09:38:12 +00:00
fix: use ubuntu-24.04 runners for docker workflows (#1102)
Co-authored-by: Giuliano Mega <giuliano.mega@gmail.com>
This commit is contained in:
parent
bbe1f09cd7
commit
20f6fef7ab
4
.github/workflows/docker-reusable.yml
vendored
4
.github/workflows/docker-reusable.yml
vendored
@ -94,11 +94,11 @@ jobs:
|
|||||||
- target:
|
- target:
|
||||||
os: linux
|
os: linux
|
||||||
arch: amd64
|
arch: amd64
|
||||||
builder: ubuntu-22.04
|
builder: ubuntu-24.04
|
||||||
- target:
|
- target:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
builder: ubuntu-22.04-arm
|
builder: ubuntu-24.04-arm
|
||||||
|
|
||||||
name: Build ${{ matrix.target.os }}/${{ matrix.target.arch }}
|
name: Build ${{ matrix.target.os }}/${{ matrix.target.arch }}
|
||||||
runs-on: ${{ matrix.builder }}
|
runs-on: ${{ matrix.builder }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user