Skip to content

Commit e250545

Browse files
Use macos-13 to avoid LSOpenCFURLRef issues
1 parent c510dfe commit e250545

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,10 @@ jobs:
9595

9696
# Build for platforms supported from macOS.
9797
# This means to build for macOS and (maybe in the future) iOS.
98+
# TODO: macos-13, not macos-latest (14 now) to avoid linking issues from LSOpenCFURLRef
9899
build-macos:
99100
name: Build Using macOS
100-
runs-on: macos-latest
101+
runs-on: macos-13
101102
steps:
102103
- uses: actions/checkout@v4
103104
- name: Install FPC+Lazarus

0 commit comments

Comments
 (0)