From 07e1d947e335f01d14b8b94b23eacff155b3050d Mon Sep 17 00:00:00 2001 From: Thomas Tendyck Date: Thu, 17 Oct 2024 09:53:33 +0200 Subject: [PATCH] ci: upgrade mac runner to macos-14 --- .github/actions/e2e_test/action.yml | 6 ++++++ .github/workflows/e2e-test-internal-lb.yml | 2 +- .github/workflows/e2e-test-marketplace-image.yml | 2 +- .github/workflows/e2e-test-release.yml | 4 ++-- .github/workflows/e2e-test-terraform-provider.yml | 2 +- .github/workflows/e2e-test.yml | 2 +- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/actions/e2e_test/action.yml b/.github/actions/e2e_test/action.yml index c2cca982d..881c453e8 100644 --- a/.github/actions/e2e_test/action.yml +++ b/.github/actions/e2e_test/action.yml @@ -131,6 +131,12 @@ runs: exit 1 fi + - name: Setup Go environment + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 + with: + go-version: "1.23.2" + cache: true + - name: Determine build target id: determine-build-target shell: bash diff --git a/.github/workflows/e2e-test-internal-lb.yml b/.github/workflows/e2e-test-internal-lb.yml index cee93f7eb..acb0a0afb 100644 --- a/.github/workflows/e2e-test-internal-lb.yml +++ b/.github/workflows/e2e-test-internal-lb.yml @@ -23,7 +23,7 @@ on: type: choice options: - "ubuntu-24.04" - - "macos-12" + - "macos-14" default: "ubuntu-24.04" test: description: "The test to run." diff --git a/.github/workflows/e2e-test-marketplace-image.yml b/.github/workflows/e2e-test-marketplace-image.yml index 760df932b..d36527c30 100644 --- a/.github/workflows/e2e-test-marketplace-image.yml +++ b/.github/workflows/e2e-test-marketplace-image.yml @@ -23,7 +23,7 @@ on: type: choice options: - "ubuntu-24.04" - - "macos-12" + - "macos-14" default: "ubuntu-24.04" test: description: "The test to run." diff --git a/.github/workflows/e2e-test-release.yml b/.github/workflows/e2e-test-release.yml index 0a7044788..3fada51d2 100644 --- a/.github/workflows/e2e-test-release.yml +++ b/.github/workflows/e2e-test-release.yml @@ -306,11 +306,11 @@ jobs: # - test: "verify" # attestationVariant: "azure-sev-snp" # kubernetes-version: "v1.30" - # runner: "macos-12" + # runner: "macos-14" - test: "recover" attestationVariant: "gcp-sev-es" kubernetes-version: "v1.30" - runner: "macos-12" + runner: "macos-14" clusterCreation: "cli" runs-on: ${{ matrix.runner }} permissions: diff --git a/.github/workflows/e2e-test-terraform-provider.yml b/.github/workflows/e2e-test-terraform-provider.yml index 3c465ab97..bede99c30 100644 --- a/.github/workflows/e2e-test-terraform-provider.yml +++ b/.github/workflows/e2e-test-terraform-provider.yml @@ -23,7 +23,7 @@ on: type: choice options: - "ubuntu-24.04" - - "macos-12" + - "macos-14" default: "ubuntu-24.04" test: description: "The test to run." diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 11fc81849..7bfd9fd87 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -23,7 +23,7 @@ on: type: choice options: - "ubuntu-24.04" - - "macos-12" + - "macos-14" default: "ubuntu-24.04" test: description: "The test to run. The conformance test is only supported for clusterCreation=cli."