From 291fe8c6e70351baa5e644f912181337a84395e0 Mon Sep 17 00:00:00 2001 From: Aofei Sheng Date: Sun, 7 Apr 2024 13:04:36 +0800 Subject: [PATCH] ci(go.yml): update macOS version in Test job to "macos-latest" See goplus/gop#1844 for more details. --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 455316e..c05888f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: go-version: [1.16.x, 1.18.x, 1.20.x, 1.21.x] - os: [ubuntu-latest, windows-latest,macos-11] + os: [ubuntu-latest, windows-latest,macos-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4