Skip to content

Commit caa7834

Browse files
committed
Use macOS-15 runner and upgrade checkout to v4
1 parent 926b8f8 commit caa7834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ on:
1919

2020
jobs:
2121
release:
22-
runs-on: macos-latest
22+
runs-on: macos-15
2323
outputs:
2424
commit_sha: ${{ steps.save_commit_info.outputs.commit_sha }}
2525
version: ${{ github.event.inputs.version }}
2626
dry_run: ${{ github.event.inputs.dry_run }}
2727
tag_name: ${{ steps.create_tag.outputs.tag_name }}
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131

3232
- name: Set up Ruby
3333
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)