mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-06 06:45:05 +01:00
update runners
This commit is contained in:
parent
b9ea76847f
commit
60925e5768
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
@ -22,7 +22,7 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
build-linux:
|
build-linux:
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ format('blaze/compute/{0}-amd64', matrix.os) }}
|
||||||
container:
|
container:
|
||||||
image: dcvz/n64recomp:ubuntu-18.04
|
image: dcvz/n64recomp:ubuntu-18.04
|
||||||
volumes:
|
volumes:
|
||||||
@ -108,7 +108,7 @@ jobs:
|
|||||||
name: Zelda64Recompiled-AppImage-X64-${{ matrix.type }}
|
name: Zelda64Recompiled-AppImage-X64-${{ matrix.type }}
|
||||||
path: Zelda64Recompiled-*.AppImage
|
path: Zelda64Recompiled-*.AppImage
|
||||||
build-linux-arm64:
|
build-linux-arm64:
|
||||||
runs-on: ${{ format('blaze/{0}', matrix.os) }}
|
runs-on: ${{ format('blaze/compute/{0}', matrix.os) }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
type: [ Debug, Release ]
|
type: [ Debug, Release ]
|
||||||
|
Loading…
Reference in New Issue
Block a user