diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-11-16 16:03:29 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2020-11-16 16:03:29 -0600 |
| commit | 9c4b6c34b8cfacdc86074df261a4eac0fc23b129 (patch) | |
| tree | f960ed23b30e0b71302a560c78863954c5e3a831 /.github/workflows | |
| parent | 9169878ebbeab3fc62785b9bf753499ad9033321 (diff) | |
see what happens if workflows move to ubuntu 20.04
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c83f37e6e..bd0dea5cf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ on: jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - name: Dump GitHub context env: @@ -165,7 +165,7 @@ jobs: build-arm: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 needs: test strategy: fail-fast: false @@ -368,7 +368,7 @@ jobs: if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested')) build-riscv: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 needs: test strategy: fail-fast: false |
