mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-20 07:25:51 -04:00
Update macos-12 runners to macos-latest
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
5575f81ec7
commit
005877cba4
2
.github/workflows/e2e-test-internal-lb.yml
vendored
2
.github/workflows/e2e-test-internal-lb.yml
vendored
@ -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."
|
||||
|
@ -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."
|
||||
|
4
.github/workflows/e2e-test-release.yml
vendored
4
.github/workflows/e2e-test-release.yml
vendored
@ -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:
|
||||
|
@ -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."
|
||||
|
2
.github/workflows/e2e-test.yml
vendored
2
.github/workflows/e2e-test.yml
vendored
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user