Skip to content

Commit d41c54f

Browse files
committed
fix: runs-on: macos-latest
1 parent f5c3a05 commit d41c54f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
retention-days: 1
3939

4040
darwin-amd64-package:
41-
runs-on: ubuntu-latest
41+
runs-on: macos-latest
4242
needs: webui
4343
steps:
4444
- name: Checkout
@@ -72,7 +72,7 @@ jobs:
7272
retention-days: 1
7373

7474
darwin-arm64-package:
75-
runs-on: ubuntu-latest
75+
runs-on: macos-latest
7676
needs: webui
7777
steps:
7878
- name: Checkout

0 commit comments

Comments
 (0)