From 200cd6ea9db4c379ea0541acdf857ded976a6b28 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Wed, 26 Oct 2022 00:55:01 -0700 Subject: [PATCH] Switch to latest --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c6f8eaa..dbe7402 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - '*' jobs: test: - runs-on: macos-11.0 + runs-on: macOS-latest timeout-minutes: 10 steps: - uses: actions/checkout@v3