Skip to content

Commit

Permalink
Merge pull request #3 from bernhardfritz/support-legacy-macos
Browse files Browse the repository at this point in the history
support legacy macos
  • Loading branch information
bernhardfritz authored Dec 5, 2023
2 parents 089808d + 25cb337 commit 03e97a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ci
on: push
jobs:
build-OSX:
runs-on: macos-11
runs-on: macos-12
env:
LDFLAGS: -L/usr/local/opt/qt@5/lib
CPPFLAGS: -I/usr/local/opt/qt@5/include
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ Path of Building Community Fork for Linux :penguin: and macOS :apple:.
Releases:
* [Linux](https://github.com/bernhardfritz/pobfrontend/releases/latest/download/PathOfBuilding.linux.tar.xz)
* [macOS](https://github.com/bernhardfritz/pobfrontend/releases/latest/download/PathOfBuilding.darwin.tar.xz)
* [macOS legacy](https://github.com/bernhardfritz/pobfrontend/releases/latest/download/PathOfBuilding.darwin.legacy.tar.xz)

0 comments on commit 03e97a7

Please sign in to comment.