diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-12-07 10:19:43 +0100 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-12-07 10:22:13 +0100 |
commit | f7172bc2892c552484d1ee67fd5eb9f5414679c5 (patch) | |
tree | af0a6229e6a14f93cfc459cfe6bfcc0107d9494e | |
parent | 9666f2b169b5192b5c827d605cc80e6987e1aac5 (diff) | |
download | gcc-f7172bc2892c552484d1ee67fd5eb9f5414679c5.zip gcc-f7172bc2892c552484d1ee67fd5eb9f5414679c5.tar.gz gcc-f7172bc2892c552484d1ee67fd5eb9f5414679c5.tar.bz2 |
ci: Lock Ubuntu version to 20.04
-rw-r--r-- | .github/workflows/bootstrap.yml | 2 | ||||
-rw-r--r-- | .github/workflows/ccpp.yml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 9031d347..5882713 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -10,7 +10,7 @@ env: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 22440b0..dbcb9ee 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -18,7 +18,7 @@ jobs: # Force locale, in particular for reproducible results re '.github/bors_log_expected_warnings' (see below). LC_ALL: C.UTF-8 - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -95,7 +95,7 @@ jobs: # Force locale, in particular for reproducible results re '.github/bors_log_expected_warnings' (see below). LC_ALL: C.UTF-8 - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 @@ -168,7 +168,7 @@ jobs: build-and-check-gcc-48: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 |