From 937ef6b837277dad6e74defcc96585e72076c9e2 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 17 Oct 2024 15:55:25 +0200 Subject: [PATCH] ci: use macos-latest (#1666) the macOS 12 runner image will be removed by December 3rd, 2024 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c4f03cdf..587374a6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,7 @@ jobs: run: go test -v ./... test-macos: - runs-on: macos-12 + runs-on: macos-latest timeout-minutes: 20 steps: - uses: actions/checkout@v4