Skip to content

Commit

Permalink
MAINT: PR 22012 revisions
Browse files Browse the repository at this point in the history
* For the Linux Python debug job, bump the base Ubuntu version
now that we don't support Python 3.10.
  • Loading branch information
tylerjereddy committed Jan 30, 2025
1 parent c388025 commit 22fbe1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,11 @@ jobs:
#################################################################################
python_debug:
# also uses the vcs->sdist->wheel route.
name: Python-debug & ATLAS & sdist+wheel, fast, py3.11/npMin, pip+pytest
name: Python-debug & ATLAS & sdist+wheel, fast, py3.12/npMin, pip+pytest
needs: get_commit_message
if: >
needs.get_commit_message.outputs.message == 1
runs-on: ubuntu-22.04 # provides python3.11-dbg
runs-on: ubuntu-24.04 # provides python3.12-dbg
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
Expand Down

0 comments on commit 22fbe1e

Please sign in to comment.