Skip to content

Commit 0d8509c

Browse files
committed
Use macos-latest and add manual dispatch for release workflow
1 parent f8e4b73 commit 0d8509c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Release FuseGenerator
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
- "fuse-generator-*"
@@ -10,7 +11,7 @@ permissions:
1011

1112
jobs:
1213
release:
13-
runs-on: macos-26
14+
runs-on: macos-latest
1415

1516
steps:
1617
- name: Check out source

0 commit comments

Comments
 (0)