Skip to content

Commit 4da372a

Browse files
macos-13
1 parent fabeed1 commit 4da372a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,11 @@ jobs:
7979
# This means to build for macOS and (maybe in the future) iOS.
8080
build-macos:
8181
name: Build Using macOS
82-
runs-on: macos-latest
82+
# 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
8387
steps:
8488
- uses: actions/checkout@v5
8589
- name: Install FPC+Lazarus

0 commit comments

Comments
 (0)