From 448ca59ad15787fe6611339b0953b0ba583c07ac Mon Sep 17 00:00:00 2001 From: RWhiting <81450820+RWhiting78@users.noreply.github.com> Date: Tue, 1 Oct 2024 16:03:17 +0100 Subject: [PATCH] Update iriscast_package_build.yaml --- .github/workflows/iriscast_package_build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/iriscast_package_build.yaml b/.github/workflows/iriscast_package_build.yaml index 088b7323..e551ea85 100644 --- a/.github/workflows/iriscast_package_build.yaml +++ b/.github/workflows/iriscast_package_build.yaml @@ -11,7 +11,7 @@ on: jobs: test_and_lint: - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: matrix: python-version: ["3.x", "3.10", "3.6.8"] @@ -36,7 +36,7 @@ jobs: cd iriscasttools && pylint --recursive yes test iriscasttools build-wheel: - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: matrix: python-version: ["3.x"] @@ -64,7 +64,7 @@ jobs: if-no-files-found: error build-rpms: - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: matrix: python-version: ["3.x", "3.10", "3.6.8"] @@ -96,7 +96,7 @@ jobs: if-no-files-found: error publish: - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 if: github.ref == 'refs/heads/master' && github.event_name == 'push' needs: - test_and_lint