Skip to content

.github, docs: bump Zig from 0.12.0 to 0.13.0 #620

.github, docs: bump Zig from 0.12.0 to 0.13.0

.github, docs: bump Zig from 0.12.0 to 0.13.0 #620

Workflow file for this run

name: Testing CI
on:
push:
pull_request:
branches:
- main
jobs:
test-exercises:
strategy:
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
name: Check exercises (${{ matrix.os }})
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Install Zig
shell: bash
run: ./.github/bin/install-zig
- name: Test exercises
shell: bash
run: ./bin/run-tests