We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fabeed1 commit 4da372aCopy full SHA for 4da372a
.github/workflows/build.yml
@@ -79,7 +79,11 @@ jobs:
79
# This means to build for macOS and (maybe in the future) iOS.
80
build-macos:
81
name: Build Using macOS
82
- runs-on: macos-latest
+ # macOS note:
83
+ # We are not using macos-latest, to avoid
84
+ # linking errors about "_LSOpenCFURLRef".
85
+ # Using macos-13 as the latest macOS that is known to work flawlessly with CGE GHA.
86
+ runs-on: macos-13
87
steps:
88
- uses: actions/checkout@v5
89
- name: Install FPC+Lazarus
0 commit comments