We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f328a commit e5d9b69Copy full SHA for e5d9b69
.github/workflows/build.yml
@@ -34,7 +34,10 @@ jobs:
34
name: Build (Not Docker)
35
strategy:
36
matrix:
37
- operating-system: [windows-latest, ubuntu-latest, macos-latest]
+ 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
+ ]
41
lazarus-versions: [stable, "3.0"]
42
runs-on: ${{ matrix.operating-system }}
43
steps:
0 commit comments