Skip to content

Commit

Permalink
ci: remove windows-latest from the os matrix
Browse files Browse the repository at this point in the history
`windows-latest` does not seem to provide a container environment.
  • Loading branch information
matrei committed Jan 2, 2025
1 parent 45e666c commit 9ce8a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: "Build Project"
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-24.04] # windows-latest and macos-latest do not provide a container environment
runs-on: ${{ matrix.os }}
steps:
- name: "📥 Checkout repository"
Expand Down

0 comments on commit 9ce8a1e

Please sign in to comment.