Skip to content

Commit

Permalink
chore: Removing macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Nov 19, 2023
1 parent a8f1f23 commit d0eae7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.operating-system }}
strategy:
matrix:
operating-system: [ubuntu-latest, macos-latest]
operating-system: [ubuntu-latest]
lazarus-versions: [stable, 2.2.0, 2.0.12]
steps:
- name: Install GDBM
Expand Down

0 comments on commit d0eae7f

Please sign in to comment.