Skip to content

Commit

Permalink
fix: update macOs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeng authored Sep 17, 2024
1 parent a9075db commit 62ab5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: "Build"
strategy:
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
os: [ubuntu-22.04, macos-14, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
Expand Down

0 comments on commit 62ab5d2

Please sign in to comment.