ci: Select explicit Xcode version on macOS
[quassel.git] / .github / workflows / main.yml
index 125b99b..c0dae8e 100644 (file)
@@ -93,6 +93,12 @@ jobs:
       CCACHE_MAXSIZE: 100M
 
     steps:
+    - name: Select Xcode version
+      uses: maxim-lobanov/setup-xcode@v1
+      with:
+        # Newer Xcode versions may not officially be supported by Qt
+        xcode-version: '10.3'
+
     - name: Check out source code
       uses: actions/checkout@v2
       with: