mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Upgrade macos-10.15 to macos-12 (#5953)
Signed-off-by: Derek Nola <derek.nola@suse.com>
This commit is contained in:
parent
43508341c1
commit
82e5da35a9
2
.github/workflows/cgroup.yaml
vendored
2
.github/workflows/cgroup.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
name: "Conformance Test"
|
||||
needs: prep
|
||||
# nested virtualization is only available on macOS hosts
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-12
|
||||
timeout-minutes: 40
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
2
.github/workflows/install.yaml
vendored
2
.github/workflows/install.yaml
vendored
@ -15,7 +15,7 @@ on:
|
||||
jobs:
|
||||
test:
|
||||
name: "Smoke Test"
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-12
|
||||
timeout-minutes: 40
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
2
.github/workflows/snapshotter.yaml
vendored
2
.github/workflows/snapshotter.yaml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
name: "Smoke Test"
|
||||
needs: prep
|
||||
# nested virtualization is only available on macOS hosts
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-12
|
||||
timeout-minutes: 40
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
Reference in New Issue
Block a user