Skip to content

Commit f862f49

Browse files
committed
run release actions in macos
1 parent 24fafc5 commit f862f49

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/myget.yml

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

88
jobs:
99
push:
10-
runs-on: ubuntu-latest
10+
runs-on: macos-latest
1111
steps:
1212
- uses: actions/checkout@v1
1313
- uses: actions/setup-java@v4

.github/workflows/myget_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: myget-release
22
on: [workflow_dispatch]
33
jobs:
44
push:
5-
runs-on: ubuntu-latest
5+
runs-on: macos-latest
66
steps:
77
- uses: actions/checkout@v1
88
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)