From 74826482627b29959995eb702e946db406426c02 Mon Sep 17 00:00:00 2001 From: Aofei Sheng Date: Sun, 7 Apr 2024 13:05:18 +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 9c41a0d..e19a0e3 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,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