Skip to content

Commit

Permalink
HTCONDOR-2544: build and test with current platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Jul 18, 2024
1 parent 4368def commit bbd68e9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_and_test_rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
build-rpms-and-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand All @@ -12,10 +12,10 @@ jobs:
- almalinux:9
target_env:
- uw_build
- osg-3.6
- osg-3.6-testing
- osg-3.6-upcoming
- osg-3.6-upcoming-testing
- osg-23
- osg-23-testing
- osg-23-upcoming
- osg-23-upcoming-testing
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit bbd68e9

Please sign in to comment.