mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
chore: upgrade github action
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -87,7 +87,7 @@ jobs:
|
|||||||
run: make ut
|
run: make ut
|
||||||
|
|
||||||
macos:
|
macos:
|
||||||
runs-on: macos-13
|
runs-on: macos-15-intel
|
||||||
needs: [ "image" ]
|
needs: [ "image" ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@@ -98,10 +98,6 @@ jobs:
|
|||||||
go-version: '1.23'
|
go-version: '1.23'
|
||||||
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: docker/setup-docker-action@v4
|
uses: docker/setup-docker-action@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user