Skip to content

Commit

Permalink
use latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed May 15, 2024
1 parent 41b77a3 commit ff4b980
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,23 +53,23 @@ jobs:
python-version: 3.9
checks: 'tests'

- runner: windows-2022
- runner: windows-latest
python-version: "3.12"
checks: 'tests'

- runner: windows-2019
python-version: 3.8
checks: 'tests'

- runner: macos-14
- runner: macos-latest
python-version: "3.12"
checks: 'tests'

- runner: macos-11
python-version: 3.8
checks: 'tests'

- runner: ubuntu-22.04
- runner: ubuntu--latest
python-version: "3.12"
checks: 'validate'

Expand Down

0 comments on commit ff4b980

Please sign in to comment.