diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-12-07 10:32:21 +0100 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-12-07 10:32:21 +0100 |
commit | 19d5f921d0ce536e0e9419b3cfc5e5c2fcef9e33 (patch) | |
tree | 522b5dee5710031471d72f607fcd44e18c3ba059 | |
parent | f7172bc2892c552484d1ee67fd5eb9f5414679c5 (diff) | |
download | gcc-19d5f921d0ce536e0e9419b3cfc5e5c2fcef9e33.zip gcc-19d5f921d0ce536e0e9419b3cfc5e5c2fcef9e33.tar.gz gcc-19d5f921d0ce536e0e9419b3cfc5e5c2fcef9e33.tar.bz2 |
ci: gcc-4.8 package is only available in Ubuntu 18.04
-rw-r--r-- | .github/workflows/ccpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index dbcb9ee..8c9f027 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -168,7 +168,7 @@ jobs: build-and-check-gcc-48: - runs-on: ubuntu-20.04 + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 |