Browse Source

Try back-dating MacOS version in pipeline for better support/fix breakage.

Ian Walton 2 years ago
parent
commit
f7fed8a9cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/main.yml

+ 1 - 1
.github/workflows/main.yml

@@ -8,7 +8,7 @@ on:
       - test
 jobs:
   build-mac:
-    runs-on: macOS-latest
+    runs-on: macos-10.15
     steps:
     - uses: actions/checkout@v2
     - name: Install Qt 5.15.2