X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fmain.yml;h=661e8b73929830a860fa02f7887a614b0a91d3ff;hp=e75905f06126da6fd41fc61b41078e6ec109a878;hb=7064a9e9b8aec31aca5ac88b4a5190a50dfc84c7;hpb=2491fb92519912fa2169fb9d7dbc631a03bf5570 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e75905f0..661e8b73 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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