Skip to content

[ci] Use GH actions to expand OS test matrix #3

[ci] Use GH actions to expand OS test matrix

[ci] Use GH actions to expand OS test matrix #3

Workflow file for this run

name: go
on:
pull_request:
push:
branches:
- main
jobs:
test:
strategy:
matrix:
os:
- macos-11
- macos-12
- macos-13
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '>=1.20.4'
- name: Test
run: .ci/scripts/test.sh