Skip to content

Commit 12cae49

Browse files
committed
Update Vagrant CI to macos-12
macos-10.15 images are being deprecated in GitHub Actions Signed-off-by: Phil Estes <[email protected]>
1 parent bc4091a commit 12cae49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ jobs:
489489
vagrant:
490490
name: Vagrant
491491
# nested virtualization is only available on macOS hosts
492-
runs-on: macos-10.15
492+
runs-on: macos-12
493493
timeout-minutes: 45
494494
needs: [project, linters, protos, man]
495495
strategy:
@@ -560,7 +560,7 @@ jobs:
560560
cgroup2-misc:
561561
name: CGroupsV2 - rootless CRI test
562562
# nested virtualization is only available on macOS hosts
563-
runs-on: macos-10.15
563+
runs-on: macos-12
564564
timeout-minutes: 45
565565
needs: [project, linters, protos, man]
566566
steps:

0 commit comments

Comments
 (0)