Skip to content

Commit

Permalink
chore(ci): update macos runners [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Jul 20, 2024
1 parent aae8330 commit 629d751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
publish:
name: Publish to Snapshot
runs-on: macos-11
runs-on: macos-latest
needs: check-version
if: ${{ needs.check-version.outputs.is_snapshot == 'true' }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
jobs:
publish:
name: Publish to Sonatype
runs-on: macos-11
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 629d751

Please sign in to comment.