diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2025-05-19 16:00:02 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2025-05-19 16:02:51 +0200 |
commit | 229837ce505c9f4c29c575fe0874a61cf06f1ffc (patch) | |
tree | 1b334c60cc7f6ff2624cd5a49a631b1e4be6b819 | |
parent | 0126827eb04983f099d9630fbf4b72e75f53b21c (diff) |
Update CI to ubuntu-22.04tmp
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r-- | .github/workflows/build.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 62f4f0a..36d4c89 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-20.04"] + os: ["ubuntu-latest", "ubuntu-22.04"] include: - compiler: "gcc" os: "ubuntu-latest" - - compiler: "gcc-7" - os: "ubuntu-20.04" + - compiler: "gcc-9" + os: "ubuntu-22.04" steps: - uses: actions/checkout@v2 |