Skip to content

Commit

Permalink
Merge pull request #18959 from nsoranzo/release_23.2_test_galaxy_pack…
Browse files Browse the repository at this point in the history
…ages_for_pulsar_ubuntu_22.04

[23.2] Pin Ubuntu to 22.04 for Python 3.7 workflow
  • Loading branch information
mvdbeek authored Oct 9, 2024
2 parents 8cc3604 + 70e1fad commit 471a110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_galaxy_packages_for_pulsar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
test:
name: Test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04 # Python 3.7 is not available via setup-python on ubuntu >=24.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 471a110

Please sign in to comment.