diff --git a/.github/workflows/backend-checks.yml b/.github/workflows/backend-checks.yml index 8eae2a6b25..96d25df459 100644 --- a/.github/workflows/backend-checks.yml +++ b/.github/workflows/backend-checks.yml @@ -9,7 +9,7 @@ on: jobs: check-migrations: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 defaults: run: working-directory: backend diff --git a/.github/workflows/backend-test.yml b/.github/workflows/backend-test.yml index 54651d83e0..f6d25587f7 100644 --- a/.github/workflows/backend-test.yml +++ b/.github/workflows/backend-test.yml @@ -12,7 +12,7 @@ on: jobs: unit-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 defaults: run: working-directory: backend diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8bb7eaaa7c..108567c372 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ env: jobs: create-db: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 defaults: run: working-directory: ./infrastructure/applications @@ -195,7 +195,7 @@ jobs: platforms: linux/arm64 terraform: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: [build-and-push-arm-service, build-pretix, create-db] environment: name: ${{ fromJSON('["pastaporto", "production"]')[github.ref == 'refs/heads/main'] }} @@ -229,7 +229,7 @@ jobs: AWS_DEFAULT_REGION: eu-central-1 wait-aws-update: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: [terraform] steps: - name: Check health status @@ -327,7 +327,7 @@ jobs: GIT_HASH=${{ steps.git.outputs.githash }} deploy-fe: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 needs: [build-fe] environment: name: ${{ fromJSON('["pastaporto", "production"]')[github.ref == 'refs/heads/main'] }} diff --git a/.github/workflows/frontend-lint.yml b/.github/workflows/frontend-lint.yml index 45a20d0d1c..e51082d582 100644 --- a/.github/workflows/frontend-lint.yml +++ b/.github/workflows/frontend-lint.yml @@ -10,7 +10,7 @@ on: jobs: lint: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 defaults: run: working-directory: ./frontend diff --git a/.github/workflows/global-terraform-deploy.yml b/.github/workflows/global-terraform-deploy.yml index d2484e467b..216b85574a 100644 --- a/.github/workflows/global-terraform-deploy.yml +++ b/.github/workflows/global-terraform-deploy.yml @@ -13,7 +13,7 @@ env: jobs: apply-changes: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 defaults: run: working-directory: ./infrastructure/global diff --git a/.github/workflows/global-terraform-lint.yml b/.github/workflows/global-terraform-lint.yml index 0a8b5898e4..a6d3920a87 100644 --- a/.github/workflows/global-terraform-lint.yml +++ b/.github/workflows/global-terraform-lint.yml @@ -11,7 +11,7 @@ env: jobs: lint: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/slash-commands.yml b/.github/workflows/slash-commands.yml index 07afff2f18..86aabd6b85 100644 --- a/.github/workflows/slash-commands.yml +++ b/.github/workflows/slash-commands.yml @@ -6,7 +6,7 @@ on: jobs: slash-command-dispatch: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/github-script@v3 id: get-pr diff --git a/.github/workflows/terminate-staging-env.yml b/.github/workflows/terminate-staging-env.yml index 254f7bf74b..67e421cd0a 100644 --- a/.github/workflows/terminate-staging-env.yml +++ b/.github/workflows/terminate-staging-env.yml @@ -10,7 +10,7 @@ env: jobs: terminate-env: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 defaults: run: working-directory: ./infrastructure/applications diff --git a/.github/workflows/terraform-lint.yml b/.github/workflows/terraform-lint.yml index 4f771ca9f8..872c74f7ce 100644 --- a/.github/workflows/terraform-lint.yml +++ b/.github/workflows/terraform-lint.yml @@ -12,7 +12,7 @@ env: jobs: tfsec: name: TFSec - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: contents: read @@ -27,7 +27,7 @@ jobs: github_token: ${{ github.token }} lint: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4