Skip to content

Commit 059b7a6

Browse files
Use macos-13 to avoid LSOpenCFURLRef issues
1 parent 3b09e66 commit 059b7a6

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
@@ -68,9 +68,10 @@ jobs:
6868

6969
# Build for platforms supported from macOS.
7070
# This means to build for macOS and (maybe in the future) iOS.
71+
# TODO: macos-13, not macos-latest (14 now) to avoid linking issues from LSOpenCFURLRef
7172
build-macos:
7273
name: Build Using macOS
73-
runs-on: macos-latest
74+
runs-on: macos-13
7475
steps:
7576
- uses: actions/checkout@v4
7677
- name: Install FPC+Lazarus

0 commit comments

Comments
 (0)