Skip to content

Commit

Permalink
🔙 Revert "🦓 gh-actions: update workflow"
Browse files Browse the repository at this point in the history
Revert commit 9d501a7, because GitHub Action's macOS runners don't have x86-64-v3.
  • Loading branch information
database64128 committed Sep 10, 2022
1 parent 71f10ff commit a888446
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
env:
GOAMD64: v3
defaults:
run:
shell: bash
Expand All @@ -36,6 +34,7 @@ jobs:

- name: Build
run: |
export GOAMD64=v3
go build -v -trimpath -ldflags '-s -w' ./cmd/shadowsocks-go
go build -v -trimpath -ldflags '-s -w' ./cmd/shadowsocks-go-domain-set-converter
Expand Down

0 comments on commit a888446

Please sign in to comment.