From c2cabb5b6d3a82a75c31bbd51a495b8052293ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Althviz=20Mor=C3=A9?= <16781833+dalthviz@users.noreply.github.com> Date: Mon, 25 Nov 2024 17:26:10 -0500 Subject: [PATCH] Update .github/workflows/macos-tests.yml Co-authored-by: Carlos Cordoba --- .github/workflows/macos-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-tests.yml b/.github/workflows/macos-tests.yml index 0aad3ad..36ba795 100644 --- a/.github/workflows/macos-tests.yml +++ b/.github/workflows/macos-tests.yml @@ -12,7 +12,7 @@ jobs: macos: name: Mac Py${{ matrix.PYTHON_VERSION }} - ${{ matrix.QT_BINDING }} timeout-minutes: 15 - runs-on: macos-12 + runs-on: macos-13 env: CI: True QT_API: ${{ matrix.QT_BINDING }}