Skip to content

Commit

Permalink
Move python 3.6 tests to ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
janbridley committed May 11, 2024
1 parent c24fc58 commit 0b99c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: true
matrix:
python-version: ["3.6", "3.7", "3.8"]
runs-on: ["ubuntu-22.04"]
runs-on: ["ubuntu-20.04"]
uses: ./.github/workflows/run_tests.yaml
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 0b99c43

Please sign in to comment.