Skip to content

Remove ubuntu arm from ci #447

Remove ubuntu arm from ci

Remove ubuntu arm from ci #447

Workflow file for this run

name: tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test_zig:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{matrix.os}}
steps:
- name: Clone Ziglua
uses: actions/checkout@v3
- name: Setup Zig
uses: mlugg/setup-zig@v2
with:
version: "0.16.0"
- name: Run tests
run: make test