Skip to content

Commit a2b1a4b

Browse files
committed
Update release.yml: change macOS runner to macos-latest for consistency and clean up whitespace
1 parent 38629e4 commit a2b1a4b

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
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
build:
1818
name: "Build"
19-
runs-on: [macOS]
19+
runs-on: [macos-latest]
2020
steps:
2121
- name: 📄 Checkout repository
2222
uses: actions/checkout@v4
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Display Artifact Directory Content
9595
run: ls -R artifact
96-
96+
9797
- name: 📦 release package
9898
run: |
9999
gh release upload ${{github.event.release.tag_name}} "${{github.workspace}}/artifact/${{ github.event.repository.name }}.zip"

0 commit comments

Comments
 (0)