diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml.disabled similarity index 89% rename from .github/workflows/ios.yml rename to .github/workflows/ios.yml.disabled index 169dade1e..e84f9b351 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml.disabled @@ -14,10 +14,10 @@ on: jobs: build: - runs-on: macOS-11 + runs-on: macOS-12 steps: - - name: switch to Xcode 11 - run: sudo xcode-select -s "/Applications/Xcode_11.7.app" + - name: switch to Xcode 13 + run: sudo xcode-select -s "/Applications/Xcode_13.1.app" - name: checkout sources uses: actions/checkout@v4 @@ -26,7 +26,7 @@ jobs: submodules: recursive - name: setup Homebrew - run: brew install autoconf automake libtool pkg-config + run: brew install automake - name: checkout Qt resources uses: actions/checkout@v4 diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 4933dc1b2..6a3a78a5f 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -15,7 +15,7 @@ on: jobs: build: - runs-on: macOS-11 + runs-on: macOS-12 steps: - name: checkout sources uses: actions/checkout@v4 @@ -24,7 +24,7 @@ jobs: submodules: recursive - name: setup Homebrew - run: brew install hidapi libxslt libjpg libmtp create-dmg confuse + run: brew install hidapi libxslt libjpg libmtp create-dmg confuse automake - name: checkout Qt resources uses: actions/checkout@v4