💚 change build platform

This commit is contained in:
微凉
2021-11-04 13:23:17 +08:00
parent a7ecb7beb8
commit bfec01e837
8 changed files with 100 additions and 99 deletions

View File

@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
platform: [ubuntu-latest]
platform: [macos-latest]
go-version: [1.17]
name: Build
runs-on: ${{ matrix.platform }}
@ -42,7 +42,7 @@ jobs:
run: |
docker pull techknowlogick/xgo:latest
go install src.techknowlogick.com/xgo@latest
sudo apt install upx
sudo brew install upx
- name: Build web
run: |