Skip to content

Pin CI to Ubuntu 20.04LTS #1567

Pin CI to Ubuntu 20.04LTS

Pin CI to Ubuntu 20.04LTS #1567

Workflow file for this run

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