Skip to content

bump GitHub Actions OS (#4) #12

bump GitHub Actions OS (#4)

bump GitHub Actions OS (#4) #12

Workflow file for this run

name: test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- run: make test