mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-10-19 13:44:40 +08:00
hotfix: fix setup docker failed on macos (#334)
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@@ -83,7 +83,7 @@ jobs:
|
|||||||
run: make ut
|
run: make ut
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
runs-on: macos-12
|
runs-on: macos-13
|
||||||
needs: [ "image" ]
|
needs: [ "image" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -93,6 +93,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.22'
|
||||||
check-latest: true
|
check-latest: true
|
||||||
|
|
||||||
|
# https://github.com/crazy-max/ghaction-setup-docker/issues/108
|
||||||
|
- name: Set up QEMU
|
||||||
|
uses: docker/actions-toolkit/.github/actions/macos-setup-qemu@19ca9ade20f5da695f76a10988d6532058575f82
|
||||||
|
|
||||||
- name: Set up Docker
|
- name: Set up Docker
|
||||||
uses: crazy-max/ghaction-setup-docker@v3
|
uses: crazy-max/ghaction-setup-docker@v3
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user