Skip to content

Commit

Permalink
fix: Removing Windows GitHub runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarreno committed Nov 19, 2023
1 parent 0433347 commit 5062c87
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, windows-latest, macos-latest]
operating-system: [ubuntu-latest, macos-latest]
lazarus-versions: [stable, 2.2.0, 2.0.12]
steps:
- name: Checkout Repository
Expand Down

0 comments on commit 5062c87

Please sign in to comment.