aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-04-20 13:19:25 +0200
committerToni Uhlig <matzeton@googlemail.com>2023-04-20 13:20:54 +0200
commit4d2461de044eacc8e822997019c19884851a814c (patch)
tree4318f0041b3b15fb28824d321d09a9c5a1b3d60c
parent9c242a4a005f83910a904425c834c114c1e49128 (diff)
Github Actions: bump to ubuntu-20.04
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1f51210..e112b49 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -25,12 +25,12 @@ jobs:
strategy:
fail-fast: true
matrix:
- os: ["ubuntu-latest", "ubuntu-18.04"]
+ os: ["ubuntu-latest", "ubuntu-20.04"]
include:
- compiler: "gcc"
os: "ubuntu-latest"
- compiler: "gcc-7"
- os: "ubuntu-18.04"
+ os: "ubuntu-20.04"
steps:
- uses: actions/checkout@v2