Skip to content

Commit

Permalink
CI: Use macos-12 github image
Browse files Browse the repository at this point in the history
  • Loading branch information
realnc committed May 18, 2023
1 parent f84e60f commit 1872430
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
make windist
build-macos:
runs-on: macos-10.15
runs-on: macos-12
env:
HOMEBREW_PREFIX: /Users/Shared/homebrew-qtads-hugor
HOMEBREW_CELLAR: /Users/Shared/homebrew-qtads-hugor/Cellar
Expand Down Expand Up @@ -79,11 +79,10 @@ jobs:
run: |
curl -s -S -L 'https://github.com/realnc/stuff/releases/download/stuff/qt-5.15-macos-static.tar.zst' | zstd -d | sudo tar x
- name: Enable 10.15 SDK
- name: Add 10.15 SDK
run: |
sudo mv \
"/Applications/Xcode_12.1.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk" \
"`xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk"
curl -s -S -L 'https://github.com/realnc/stuff/releases/download/stuff/MacOSX10.15.sdk.tar.zst' | zstd -d | tar x
sudo mv MacOSX10.15.sdk "`xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs/"
- uses: actions/checkout@v2

Expand Down

0 comments on commit 1872430

Please sign in to comment.