Skip to content
This repository was archived by the owner on May 6, 2025. It is now read-only.

Commit df63b6d

Browse files
authored
Swicth back to macos-10 (#337)
1 parent b300d9a commit df63b6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ env:
3838
jobs:
3939
build-boxes:
4040
name: "*"
41-
runs-on: macos-11
41+
runs-on: macos-10.15
4242
strategy:
4343
fail-fast: false
4444
matrix:
@@ -127,6 +127,7 @@ jobs:
127127
run: |
128128
set -x
129129
[[ -f /usr/local/bin/2to3 ]] && rm /usr/local/bin/2to3
130+
rm -rf /Users/runner/Library/Developer /Users/runner/Library/Android /Users/runner/hostedtoolcache /Users/runner/.dotnet
130131
brew update > /dev/null
131132
brew install bash coreutils gettext gnu-sed jq packer [email protected] hudochenkov/sshpass/sshpass vagrant
132133
MATRIX_STAGE="${{ matrix.stage }}"

0 commit comments

Comments
 (0)