1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #18712 from miri64/release-tests/fix/jammy

release-tests: use Ubuntu Jammy runner
This commit is contained in:
Marian Buschsieweke 2022-10-08 12:51:07 +02:00 committed by GitHub
commit cf0432f63d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ env:
# to hit Github Limit of 6h per job.
jobs:
tasks:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 360
strategy:
fail-fast: false
@ -120,7 +120,7 @@ jobs:
if: ${{ matrix.pytest_mark == 'not iotlab_creds' }}
run: |
sudo apt-get update
sudo apt-get install lib32asan5
sudo apt-get install lib32asan6
- name: Run release tests
timeout-minutes: 350
run: |