From 2f260144ab19aeb099ec8f445f7824f0b2af80e0 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 6 Sep 2023 17:19:57 +0200 Subject: [PATCH] ghactions: Use macos-latest instead of macos-11 The macOS version should not matter for our tests. If we don't hardcode a version, we don't need to update it ourselves when it's obsoleted. Signed-off-by: Christophe Fergeau --- .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 208b27082..274e5754e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -30,7 +30,7 @@ jobs: path: bin/* tests: - runs-on: macos-11 # Only Mac runners support nested virt + runs-on: macos-latest # Only Mac runners support nested virt needs: build # Don't bother testing if cross arch build fails timeout-minutes: 30 steps: