Skip to content

Commit 5f5cf30

Browse files
chore: update CI workflows to use macOS for publishing and release jobs
1 parent 1d933b3 commit 5f5cf30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
publish:
20-
runs-on: ubuntu-latest
20+
runs-on: macos-latest
2121
permissions:
2222
id-token: write
2323
contents: read

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
release-package:
9-
runs-on: ubuntu-latest
9+
runs-on: macos-latest
1010
permissions:
1111
id-token: write
1212
contents: write # Contents and pull-requests are for release-please to make releases.

0 commit comments

Comments
 (0)