From 28431ae47657016b5060c066a7e454265ff387db Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Fri, 9 Feb 2024 10:36:11 +0100 Subject: [PATCH] CI: Use ubuntu-latest again after 18.04 network problems are solved --- .github/workflows/isotovideo-action.yml | 2 +- .github/workflows/isotovideo-check-all-test-modules.yml | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/isotovideo-action.yml b/.github/workflows/isotovideo-action.yml index 1af36b5..bf644c4 100644 --- a/.github/workflows/isotovideo-action.yml +++ b/.github/workflows/isotovideo-action.yml @@ -4,7 +4,7 @@ name: isotovideo - github action example on: [push, pull_request] jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest container: image: "registry.opensuse.org/devel/openqa/containers/isotovideo:qemu-x86-jq" steps: diff --git a/.github/workflows/isotovideo-check-all-test-modules.yml b/.github/workflows/isotovideo-check-all-test-modules.yml index 3be139f..0327a29 100644 --- a/.github/workflows/isotovideo-check-all-test-modules.yml +++ b/.github/workflows/isotovideo-check-all-test-modules.yml @@ -4,12 +4,7 @@ name: isotovideo - check all test modules on: [push, pull_request] jobs: test: - # "ubuntu-latest" at time of writing 2020-12-14 is Ubuntu 18.04 showing a - # network problem "level=error msg="could not find slirp4netns, the - # network namespace won't be configured: exec: \"slirp4netns\": executable - # file not found in $PATH"" - # which can be fixed with a more recent version of Ubuntu explicitly - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Run isotovideo against test code, fail if any test module failed