From 43e71af324cb85052218ffaa408f896d8a614f38 Mon Sep 17 00:00:00 2001 From: Aofei Sheng Date: Sun, 7 Apr 2024 13:06:35 +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 5410747..58b1952 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: go-version: [1.18.x] - os: [macos-11, ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3