public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc/devel/rust/master] ci: Lock Ubuntu version to 20.04
@ 2022-12-08  8:00 Thomas Schwinge
  0 siblings, 0 replies; only message in thread
From: Thomas Schwinge @ 2022-12-08  8:00 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f7172bc2892c552484d1ee67fd5eb9f5414679c5

commit f7172bc2892c552484d1ee67fd5eb9f5414679c5
Author: Arthur Cohen <arthur.cohen@embecosm.com>
Date:   Wed Dec 7 10:19:43 2022 +0100

    ci: Lock Ubuntu version to 20.04

Diff:
---
 .github/workflows/bootstrap.yml | 2 +-
 .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 9031d347984..58827130d53 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 22440b04b87..dbcb9eec351 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-08  8:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-08  8:00 [gcc/devel/rust/master] ci: Lock Ubuntu version to 20.04 Thomas Schwinge

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).