Skip to content

Commit

Permalink
Merge pull request #879 from ssl-hep/ponyisi-ubuntu-ci
Browse files Browse the repository at this point in the history
Use Ubuntu 22 for tests
  • Loading branch information
ponyisi authored Oct 11, 2024
2 parents 3b4008e + 069750d commit 261045c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_servicex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- linux/arm64
python-version: ["3.10"]
app: "${{fromJson(needs.build-matrix.outputs.matrix)}}"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout to repository
uses: actions/checkout@v4.1.7
Expand Down

0 comments on commit 261045c

Please sign in to comment.