From d20f08ec816685bc34eaf32eaef4660bb45add11 Mon Sep 17 00:00:00 2001 From: paoda Date: Wed, 6 Mar 2024 17:34:44 -0600 Subject: [PATCH] ci: the problem is actually with -Dcpu=baseline TODO: figure out how to work around it.... --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d523dda..3a31f28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-20.04, windows-2022, macos-12] + os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{matrix.os}} steps: - uses: goto-bus-stop/setup-zig@v2 @@ -30,7 +30,7 @@ jobs: if: runner.os == 'Linux' run: | sudo apt update - sudo apt install libgtk-3-dev libsdl2-dev pkg-config + sudo apt install libgtk-3-dev libsdl2-dev - name: prepare-windows if: runner.os == 'Windows' run: |