diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a0c2e9c..2c13ba0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -272,6 +272,10 @@ jobs: qt_ver: [5.15.2] qt_arch: [clang_64] steps: + - name: "Select the latest stable Xcode 14" + uses: BoundfoxStudios/action-xcode-select@v1 + with: + version: "14.3.1" - name: Install Qt uses: jurplel/install-qt-action@v4 with: @@ -290,10 +294,6 @@ jobs: - name: Install dependencies run: | brew install quazip gnu-sed aria2 - - name: "Select the latest stable Xcode 14" - uses: BoundfoxStudios/action-xcode-select@v1 - with: - version: "14.3.1" - uses: actions/checkout@v2 with: fetch-depth: 1