ci: upgrade mac runner to macos-14

This commit is contained in:
Thomas Tendyck 2024-10-17 09:53:33 +02:00
parent 50df35438e
commit 07e1d947e3
6 changed files with 12 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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