Skip to content

Commit

Permalink
ci: run on ubuntu only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bhelx committed Sep 13, 2023
1 parent ec142bd commit b359460
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b359460

Please sign in to comment.