Skip to content

Pin CI to Ubuntu 20.04LTS #1568

Pin CI to Ubuntu 20.04LTS

Pin CI to Ubuntu 20.04LTS #1568

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu:22.04
steps:
- uses: actions/checkout@v1
- name: Run tests in Docker
run: script/cibuild