mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-04-21 23:59:09 -04:00
ci: upgrade mac runner to macos-14
This commit is contained in:
parent
50df35438e
commit
07e1d947e3
6
.github/actions/e2e_test/action.yml
vendored
6
.github/actions/e2e_test/action.yml
vendored
@ -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
|
||||
|
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-14"
|
||||
default: "ubuntu-24.04"
|
||||
test:
|
||||
description: "The test to run."
|
||||
|
@ -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."
|
||||
|
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-14"
|
||||
- test: "recover"
|
||||
attestationVariant: "gcp-sev-es"
|
||||
kubernetes-version: "v1.30"
|
||||
runner: "macos-12"
|
||||
runner: "macos-14"
|
||||
clusterCreation: "cli"
|
||||
runs-on: ${{ matrix.runner }}
|
||||
permissions:
|
||||
|
@ -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."
|
||||
|
2
.github/workflows/e2e-test.yml
vendored
2
.github/workflows/e2e-test.yml
vendored
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user