From dd48037209158e9a32fe379049cc8095b5c719fb Mon Sep 17 00:00:00 2001 From: Marcelo Zoccoler Date: Wed, 24 Apr 2024 14:20:30 +0200 Subject: [PATCH] fixing ubuntu version for now (related to this: https://github.com/orgs/community/discussions/120966) --- .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 5ee52ec..15ba6cb 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -19,7 +19,7 @@ jobs: runs-on: ${{ matrix.platform }} strategy: matrix: - platform: [ubuntu-latest, windows-latest] #, macos-latest] + platform: [ubuntu-20.04, windows-latest] #, macos-latest] python-version: ['3.8', '3.9', '3.10'] steps: