mirror of
https://github.com/criyle/go-judge.git
synced 2025-09-26 22:39:12 +08:00
*: drop macOS support
This commit is contained in:
parent
105980bb73
commit
3e2c914136
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
os:
|
||||
- windows-latest
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
# - macos-latest
|
||||
GOARCH:
|
||||
- amd64
|
||||
include:
|
||||
@ -41,8 +41,8 @@ jobs:
|
||||
GOARCH: "arm"
|
||||
- os: ubuntu-latest
|
||||
GOARCH: "arm64"
|
||||
- os: macos-latest
|
||||
GOARCH: "arm64"
|
||||
# - os: macos-latest
|
||||
# GOARCH: "arm64"
|
||||
steps:
|
||||
- name: Set up Go 1.18
|
||||
if: ${{ matrix.os != 'macos-latest' }}
|
||||
|
Loading…
Reference in New Issue
Block a user