Skip to content

Commit

Permalink
ci: remove macos-latest from the os matrix
Browse files Browse the repository at this point in the history
`macos-latest` does not seem to have container support.
  • Loading branch information
matrei committed Jan 2, 2025
1 parent cd54d0f commit 45e666c
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, macos-latest]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: "📥 Checkout repository"
Expand Down

0 comments on commit 45e666c

Please sign in to comment.