Skip to content

Commit 629d751

Browse files
committed
chore(ci): update macos runners [skip ci]
1 parent aae8330 commit 629d751

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
2727
publish:
2828
name: Publish to Snapshot
29-
runs-on: macos-11
29+
runs-on: macos-latest
3030
needs: check-version
3131
if: ${{ needs.check-version.outputs.is_snapshot == 'true' }}
3232
steps:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
publish:
1111
name: Publish to Sonatype
12-
runs-on: macos-11
12+
runs-on: macos-latest
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v4

0 commit comments

Comments
 (0)