Fix CI failure with i386 caused by latest Ubuntu version. Pin Ubuntu version to allow us to upgrade in the future. (#56447)

Fixes this CI failure on all new PRs.
Pins our version so we don't immediately fail next time something like this happens.
This commit is contained in:
Mothblocks
2021-01-26 16:49:32 -05:00
committed by GitHub
parent 5bbfe53f17
commit dad2c1bd7c
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ on:
jobs:
generate_documentation:
if: "!contains(github.event.head_commit.message, '[ci skip]')"
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Setup cache