diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-04-20 13:53:52 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-04-20 13:53:52 +0200 |
commit | 0cdc8c865adaf8bae4a245e44db9bdd5df496c95 (patch) | |
tree | dbf042a619be3138577046d76c330f113d985706 | |
parent | feb9269a25eaa3804843637768da1f1cd51dbeb3 (diff) |
Github Actions: bump to ubuntu-20.04
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4e05c06..6617a75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,12 +19,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 |