From aed09b35b0af7d4fd479eaa87fea1deca095cf75 Mon Sep 17 00:00:00 2001 From: Mary Salvi Date: Wed, 10 Apr 2024 10:29:40 -0400 Subject: [PATCH] Adjust timeout to address macos issues --- .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 a9abcd1f..7a7ce029 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: os: # Use an older Linux: https://pyinstaller.org/en/stable/usage.html#making-gnu-linux-apps-forward-compatible - ubuntu-20.04 - - macos-latest + - macos-14 - windows-latest steps: - uses: actions/checkout@v4