summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-11-17 09:01:50 -0600
committerJeff Epler <jepler@gmail.com>2020-11-17 09:02:30 -0600
commita0d305042c335d55176a8f6951572b1a1b7629ba (patch)
treef37c7ecb31cce655af787a3ed4f0dd4aa6b00d62 /.github/workflows/build.yml
parent7750b4d6712b410bd8ccc498e571297b4628884a (diff)
fix ubuntu-latest stragglersjepler-try-ubuntu-20.04
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 9c3c87b58..f3e728a05 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -419,7 +419,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
if: github.event_name == 'push' || (github.event_name == 'release' && (github.event.action == 'published' || github.event.action == 'rerequested'))
build-xtensa:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
needs: test
strategy:
fail-fast: false