Skip to content
This repository has been archived by the owner on May 18, 2024. It is now read-only.

Commit

Permalink
Revert "ci(go.yml): update macOS version in Test job to "macos-latest""
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei authored Apr 15, 2024
1 parent f83123d commit d4b055f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
go-version: [1.18.x]
os: [macos-latest, ubuntu-latest, windows-latest]
os: [macos-11, ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d4b055f

Please sign in to comment.