Skip to content

Commit

Permalink
GHA Test on Ubuntu24.04, use Python 3.10..12
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Oct 8, 2024
1 parent 47772ea commit a587156
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
build:
name: Test suite

runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: true
matrix:
python-version: ['3.9', '3.11']
python-version: ['3.10', '3.12']

steps:
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit a587156

Please sign in to comment.