From f7c2b234ab1b868eb5f6b93515f2d5f080b6aec3 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Thu, 25 Apr 2024 11:41:10 +0200 Subject: [PATCH] Add latest os versiojn --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 81bb4c47..75bbf341 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ['3.8', '3.9', '3.10', '3.11'] - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - name: set up python