Skip to content

Commit 5c004b4

Browse files
authored
Use macOS 10.15 on GitHub Actions
This is in preparation for GitHub making macOS Big Sur the default at some point
1 parent 2f9184d commit 5c004b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
macos_build:
108108
timeout-minutes: 0
109-
runs-on: macos-latest
109+
runs-on: macos-10.15
110110

111111
steps:
112112
- uses: actions/checkout@v1
@@ -145,7 +145,7 @@ jobs:
145145

146146
macos_smoke_test:
147147
name: Run smoke tests on macOS
148-
runs-on: macos-latest
148+
runs-on: macos-10.15
149149
needs: macos_build
150150
steps:
151151
- name: Download installable macOS archive

0 commit comments

Comments
 (0)