Skip to content

Commit

Permalink
Merge pull request #7327 from gurevichmark/github_action_UB20
Browse files Browse the repository at this point in the history
Update github action to run on Ubuntu20
  • Loading branch information
besawn committed Feb 2, 2023
2 parents ab0ac29 + 23052cc commit 9d3c7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcat_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
pull_request
jobs:
xcat_pr_test:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y fakeroot reprepro devscripts debhelper libcapture-tiny-perl libjson-perl libsoap-lite-perl libdbi-perl libcgi-pm-perl quilt openssh-server dpkg looptools genometools software-properties-common
Expand Down

0 comments on commit 9d3c7fa

Please sign in to comment.