From 478b5a111b99bda70363d4b8f85c041242608db4 Mon Sep 17 00:00:00 2001 From: rozyczko Date: Fri, 4 Oct 2024 09:07:49 +0200 Subject: [PATCH] check signing with new credentials --- .github/workflows/ci.yml | 2 +- .github/workflows/matrix.py | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d384c9285e..4af723e176 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -305,7 +305,7 @@ jobs: strategy: matrix: - os: [ windows-latest, ubuntu-20.04 ] + os: [ windows-latest ] python-version: [ 3.11 ] fail-fast: false diff --git a/.github/workflows/matrix.py b/.github/workflows/matrix.py index 3f94dd4fcc..7ff5526ab9 100644 --- a/.github/workflows/matrix.py +++ b/.github/workflows/matrix.py @@ -26,16 +26,11 @@ # dynamically linked by pyinstaller. # https://pyinstaller.readthedocs.io/en/stable/usage.html#making-gnu-linux-apps-forward-compatible os_release_list = [ - 'ubuntu-20.04', 'windows-latest', - 'macos-13', - 'macos-latest', ] # List of OS images to use for release tests -os_test_list = os_release_list + [ - 'ubuntu-latest', -] +os_test_list = os_release_list # List of python versions to use for release builds python_release_list = [