|
42 | 42 | validate_wdl_miniwdl: |
43 | 43 | # Run if not a push event or if there's no pull request for the branch |
44 | 44 | if: github.event_name != 'push' || github.event.pull_request == null |
45 | | - runs-on: ubuntu-20.04 |
| 45 | + runs-on: ubuntu-24.04 |
46 | 46 | steps: |
47 | 47 | - name: checkout repository |
48 | 48 | uses: actions/checkout@v4 |
|
97 | 97 | validate_wdl_womtool: |
98 | 98 | # Run if not a push event or if there's no pull request for the branch |
99 | 99 | if: github.event_name != 'push' || github.event.pull_request == null |
100 | | - runs-on: ubuntu-20.04 |
| 100 | + runs-on: ubuntu-24.04 |
101 | 101 | steps: |
102 | 102 | - name: checkout repository |
103 | 103 | uses: actions/checkout@v4 |
@@ -149,7 +149,7 @@ jobs: |
149 | 149 | test_docs: |
150 | 150 | # Run if not a push event or if there's no pull request for the branch |
151 | 151 | if: github.event_name != 'push' || github.event.pull_request == null |
152 | | - runs-on: ubuntu-20.04 |
| 152 | + runs-on: ubuntu-24.04 |
153 | 153 | steps: |
154 | 154 | - name: checkout repository |
155 | 155 | uses: actions/checkout@v4 |
@@ -196,7 +196,7 @@ jobs: |
196 | 196 | # Run if not a push event or if there's no pull request for the branch |
197 | 197 | if: github.event_name != 'push' || github.event.pull_request == null |
198 | 198 | needs: validate_wdl_womtool |
199 | | - runs-on: ubuntu-20.04 |
| 199 | + runs-on: ubuntu-24.04 |
200 | 200 | steps: |
201 | 201 | - name: checkout repository |
202 | 202 | uses: actions/checkout@v4 |
@@ -253,7 +253,7 @@ jobs: |
253 | 253 | # Run if not a push event or if there's no pull request for the branch |
254 | 254 | if: github.event_name != 'push' || github.event.pull_request == null |
255 | 255 | needs: validate_wdl_miniwdl |
256 | | - runs-on: ubuntu-20.04 |
| 256 | + runs-on: ubuntu-24.04 |
257 | 257 | steps: |
258 | 258 | - name: checkout repository |
259 | 259 | uses: actions/checkout@v4 |
@@ -318,7 +318,7 @@ jobs: |
318 | 318 | needs: |
319 | 319 | - validate_wdl_womtool |
320 | 320 | - validate_wdl_miniwdl |
321 | | - runs-on: ubuntu-20.04 |
| 321 | + runs-on: ubuntu-24.04 |
322 | 322 | env: |
323 | 323 | # DX_API_TOKEN (for DNAnexus builds) -- GitHub Actions token #1, expires 2025-01-17 |
324 | 324 | # stored here: https://github.com/broadinstitute/viral-pipelines/settings/secrets/actions |
|
0 commit comments