Skip to content

Commit ee919e3

Browse files
macos-13
1 parent 56759cb commit ee919e3

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
@@ -69,7 +69,11 @@ jobs:
6969
# Build for platforms supported from macOS.
7070
build-macos:
7171
name: Build Using macOS
72-
runs-on: macos-latest
72+
# macOS note:
73+
# We are not using macos-latest, to avoid
74+
# linking errors about "_LSOpenCFURLRef".
75+
# Using macos-13 as the latest macOS that is known to work flawlessly with CGE GHA.
76+
runs-on: macos-13
7377
steps:
7478
- uses: actions/checkout@v5
7579
- name: Install FPC+Lazarus

0 commit comments

Comments
 (0)