ci: the problem is actually with -Dcpu=baseline

TODO: figure out how to work around it....
This commit is contained in:
Rekai Nyangadzayi Musuka 2024-03-06 17:34:44 -06:00
parent 5b1922965f
commit d20f08ec81
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [ubuntu-20.04, windows-2022, macos-12] os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{matrix.os}} runs-on: ${{matrix.os}}
steps: steps:
- uses: goto-bus-stop/setup-zig@v2 - uses: goto-bus-stop/setup-zig@v2
@ -30,7 +30,7 @@ jobs:
if: runner.os == 'Linux' if: runner.os == 'Linux'
run: | run: |
sudo apt update sudo apt update
sudo apt install libgtk-3-dev libsdl2-dev pkg-config sudo apt install libgtk-3-dev libsdl2-dev
- name: prepare-windows - name: prepare-windows
if: runner.os == 'Windows' if: runner.os == 'Windows'
run: | run: |