Skip to content

Commit 02f1e02

Browse files
committed
Use macOS 10.15 on GitHub Actions
This is in preparation for GitHub making macOS Big Sur the default at some point
1 parent 4a7afd7 commit 02f1e02

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
@@ -109,7 +109,7 @@ jobs:
109109

110110
macos_build:
111111
timeout-minutes: 0
112-
runs-on: macos-latest
112+
runs-on: macos-10.15
113113

114114
steps:
115115
- uses: actions/checkout@v1
@@ -146,7 +146,7 @@ jobs:
146146

147147
macos_smoke_test:
148148
name: Run smoke tests on macOS
149-
runs-on: macos-latest
149+
runs-on: macos-10.15
150150
needs: macos_build
151151
steps:
152152
- name: Download installable macOS archive

0 commit comments

Comments
 (0)