Skip to content

Commit

Permalink
chore: Switch to macOS 12 for tests requiring Vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Jul 22, 2022
1 parent 06b212b commit 10a07ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
test-debian-i386:
needs: changes
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
Expand All @@ -101,7 +101,7 @@ jobs:
test-freebsd:
needs: changes
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
test-openbsd:
needs: changes
if: github.event_name == 'push' || needs.changes.outputs.code == 'true'
runs-on: macos-10.15
runs-on: macos-12
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d
Expand Down

0 comments on commit 10a07ca

Please sign in to comment.