Skip to content

Commit e5d9b69

Browse files
committed
Disable macos-latest test, gcarreno/setup-lazarus doesn't work
1 parent d9f328a commit e5d9b69

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
name: Build (Not Docker)
3535
strategy:
3636
matrix:
37-
operating-system: [windows-latest, ubuntu-latest, macos-latest]
37+
operating-system: [windows-latest, ubuntu-latest
38+
# Disabled for now, gcarreno/setup-lazarus doesn't work, "brew install lazarus" doesn't work on latest macOS
39+
#, macos-latest
40+
]
3841
lazarus-versions: [stable, "3.0"]
3942
runs-on: ${{ matrix.operating-system }}
4043
steps:

0 commit comments

Comments
 (0)