diff --git a/.github/workflows/matrix.py b/.github/workflows/matrix.py index 3f94dd4fcc..d60dc791d2 100644 --- a/.github/workflows/matrix.py +++ b/.github/workflows/matrix.py @@ -26,10 +26,10 @@ # 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', +# 'ubuntu-20.04', +# 'windows-latest', 'macos-13', - 'macos-latest', +# 'macos-latest', ] # List of OS images to use for release tests