From eaf9a23b42c3acf3aadef657495fa61ab5974136 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Sun, 30 Apr 2023 14:59:06 -0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7982ce9..e0cad6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,8 @@ on: - '*' jobs: test: - runs-on: macOS-latest +# runs-on: macOS-latest + runs-on: macos-13 timeout-minutes: 10 steps: - uses: actions/checkout@v1