Skip to content

Commit

Permalink
CI update! switch macOS 12 to macOS 13
Browse files Browse the repository at this point in the history
We use macOS 12 for macOS X build but macOS 12 is deprecated both github action and homebrew so updated to MacOS 13.
  • Loading branch information
dsm authored Oct 2, 2024
1 parent 334a927 commit 3fabf3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: 'Install Qt6'
uses: jurplel/install-qt-action@v4
with:
version: '6.7.2'
version: ${{env.QT_VERSION}}
host: 'linux'
target: 'desktop'
cache: true
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:


build-mac-intel:
runs-on: macos-12
runs-on: macos-13
needs: setup
strategy:
fail-fast: false
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
- name: 'Install Dependencies'
shell: bash
run: |
brew install gperf dos2unix bison flex ninja graphicsmagick
brew install gperf dos2unix bison flex ninja graphicsmagick imagemagick
echo 'export PATH="$(brew --prefix bison)/bin:$PATH"' >> /Users/runner/.bashrc
export LDFLAGS="-L$(brew --prefix bison)/lib"
source ~/.bashrc
Expand Down

0 comments on commit 3fabf3b

Please sign in to comment.