From b3594606eadd7e456e8cd5845fb8618b7f61aa3c Mon Sep 17 00:00:00 2001 From: Benjamin Eckel Date: Wed, 13 Sep 2023 15:17:57 -0500 Subject: [PATCH] ci: run on ubuntu only for now --- .github/workflows/ci.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b88da3c..a2d44dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -15,11 +15,10 @@ jobs: - uses: ./.github/actions/libextism zig: name: Zig CI - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest needs: prepare strategy: matrix: - os: [ubuntu-latest, macos-latest] zig_version: ["master"] # eventually use multiple versions once stable rust: - stable