From 2d88aeb4b201d53146bbbc21f862326fa04fa944 Mon Sep 17 00:00:00 2001 From: Aofei Sheng Date: Sun, 7 Apr 2024 13:07:15 +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 35e46d66..57662e33 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: go-version: [1.18.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