diff --git a/.github/workflows/e2e-test-internal-lb.yml b/.github/workflows/e2e-test-internal-lb.yml index cee93f7eb..818e2abc9 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-latest" 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..57afac6be 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-latest" 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 716c9138d..844a86e88 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-latest" - test: "recover" attestationVariant: "gcp-sev-es" kubernetes-version: "v1.30" - runner: "macos-12" + runner: "macos-latest" 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..780cd7418 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-latest" 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 30a649817..031ba8429 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -24,7 +24,7 @@ on: type: choice options: - "ubuntu-24.04" - - "macos-12" + - "macos-latest" default: "ubuntu-24.04" test: description: "The test to run. The conformance test is only supported for clusterCreation=cli."