From d2bc3d898c36bfb8c24869295f62d9bc0bfed72b Mon Sep 17 00:00:00 2001 From: Talley Lambert Date: Thu, 25 Apr 2024 13:54:44 -0400 Subject: [PATCH] drop to macos-13 --- .github/workflows/test_and_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index 0605ad9e..ce57179e 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, windows-latest, macos-latest] + platform: [ubuntu-latest, windows-latest, macos-13] python-version: ["3.8", "3.9", "3.10", "3.11"] backend: [pyqt5, pyside2, pyqt6] exclude: