Run on ubuntu-18.04

This commit is contained in:
dcvz 2024-06-02 23:58:12 +02:00
parent 6e9ee3498b
commit a893e4eb08

View file

@ -10,6 +10,8 @@ concurrency:
jobs:
build-linux:
runs-on: ${{ matrix.arch == 'x64' && matrix.os || format('blaze/{0}', matrix.os) }}
container:
image: dcvz/n64recomp:0.0.1-ubuntu-18.04
strategy:
matrix:
type: [ Debug, Release ]