Bump github runner to ubunutu 22.04

This commit is contained in:
Daniel A. Wozniak 2024-12-29 15:14:22 -07:00 committed by Daniel Wozniak
parent 859f05b6d0
commit 5ccf6609b3

View file

@ -70,7 +70,7 @@ jobs:
if: ${{ toJSON(fromJSON(inputs.matrix)['linux']) != '[]' }}
runs-on:
- ${{ matrix.arch == 'x86_64' && 'ubuntu-22.04' || 'linux-arm64' }}
- ${{ matrix.arch == 'x86_64' && 'ubuntu-24.04' || 'linux-arm64' }}
# Full test runs. Each chunk should never take more than 2 hours.
# Partial test runs(no chunk parallelization), 6 Hours
timeout-minutes: ${{ fromJSON(inputs.testrun)['type'] == 'full' && inputs.default-timeout || 360 }}