Skip to content

Commit

Permalink
ci: bump to macOS 12
Browse files Browse the repository at this point in the history
macOS 10 is deprecated since 5/31/22 [1].
VirtualBox and Vagrant seems to be supported [2][3].

[1]: actions/runner-images#5583
[2]: actions/runner-images#5594
[3]: actions/runner-images#5854

Signed-off-by: Christian Göttsche <[email protected]>
  • Loading branch information
cgzones committed Jul 21, 2022
1 parent c813f6a commit efd695f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/vm_testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ jobs:
vm_testsuite:

# Use VirtualBox+vagrant on macOS, as described in https://github.com/actions/virtual-environments/issues/433
# Use an old version of macOS until https://github.com/actions/virtual-environments/pull/4010 is merged.
runs-on: macos-10.15
runs-on: macos-12

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit efd695f

Please sign in to comment.