diff --git a/.github/workflows/base-package-tests.yaml b/.github/workflows/base-package-tests.yaml index 0a2beb16..049c9d7e 100644 --- a/.github/workflows/base-package-tests.yaml +++ b/.github/workflows/base-package-tests.yaml @@ -18,7 +18,7 @@ on: jobs: package-tests: name: Package Tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 strategy: matrix: type: ${{ fromJSON(inputs.type) }} @@ -36,7 +36,7 @@ jobs: create-issue: name: Create GitHub Issue - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [package-tests] if: failure() && inputs.issue-on-failure == 'true' steps: