X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=.github%2Fworkflows%2Fmain.yml;h=c0dae8e4403bff59441d0d40d2f689b951c4075a;hp=125b99b5d1f535509aadec14ecdae9288dc00b38;hb=702ae8b37c72e7d1b786dad62ce1885faf4d2af9;hpb=df7f5994f219e50e1acd94f2f4e3c0fdc8c66534 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 125b99b5..c0dae8e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: