Update macos-12 runners to macos-latest

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2025-01-17 11:29:27 +01:00
parent 5575f81ec7
commit 005877cba4
No known key found for this signature in database
GPG Key ID: 7DD3015F3DDE4B9C
5 changed files with 6 additions and 6 deletions

View File

@ -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."

View File

@ -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."

View File

@ -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:

View File

@ -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."

View File

@ -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."