Skip to content

Commit

Permalink
[#11] Update dependency macos to v14
Browse files Browse the repository at this point in the history
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Apr 21, 2024
1 parent 53213c2 commit f9a80c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:

GradleBuild:
runs-on: macos-13
runs-on: macos-14
outputs:
status: ${{ steps.status.outputs.status }}
steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
run: echo "status=success" >> $GITHUB_OUTPUT

Quality:
runs-on: macos-13
runs-on: macos-14
outputs:
status: ${{ steps.status.outputs.status }}
steps:
Expand Down

0 comments on commit f9a80c3

Please sign in to comment.