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

Commit 165936a

Browse files
authored
Merge pull request #91 from goplus/revert-89-patch-1
Revert "ci(go.yml): update macOS version in Test job to "macos-latest""
2 parents f83123d + d4b055f commit 165936a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
go-version: [1.18.x]
15-
os: [macos-latest, ubuntu-latest, windows-latest]
15+
os: [macos-11, ubuntu-latest, windows-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)