Browse Source

Fix MacOS CI using an available runner

Marc Gilleron 4 years ago
parent
commit
612ac0c123
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

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

@@ -98,7 +98,7 @@ jobs:
 
 
   macos:
   macos:
     name: Build (macOS, Clang)
     name: Build (macOS, Clang)
-    runs-on: macos-11.0
+    runs-on: macos-10.15
     steps:
     steps:
       - name: Checkout
       - name: Checkout
         uses: actions/[email protected]
         uses: actions/[email protected]