ci: [mac] Update Xcode version to Qt 5 supported
[quassel.git] / .github / workflows / main.yml
index e75905f..661e8b7 100644 (file)
@@ -97,7 +97,8 @@ jobs:
       uses: maxim-lobanov/setup-xcode@v1
       with:
         # Newer Xcode versions may not officially be supported by Qt
-        xcode-version: '10.3'
+        # Check https://doc.qt.io/qt-5/macos.html
+        xcode-version: '12.4.0'
 
     - name: Check out source code
       uses: actions/checkout@v2