Unverified Commit 471a1109 authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #18959 from nsoranzo/release_23.2_test_galaxy_packages_for_pulsar_ubuntu_22.04

[23.2] Pin Ubuntu to 22.04 for Python 3.7 workflow
parents 8cc36040 70e1fad3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: