[ci] Change Linux runner to Ubuntu 20.04

https://github.com/actions/runner-images/issues/6002
pull/3908/head
Behdad Esfahbod 2 years ago
parent 32dd9810cf
commit 52d8346d99
  1. 2
      .github/workflows/linux-ci.yml

@ -12,7 +12,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save