Skip to content
Snippets Groups Projects
Unverified Commit 82888610 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Run workflows using `ubuntu-22.04` - batch 4 (#28658)

parent 6fd86af4
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ on:
jobs:
cross-version-testing:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 60
strategy:
matrix:
......
......@@ -12,7 +12,7 @@ on:
jobs:
fe-fuzz-tokenizer:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
......@@ -24,7 +24,7 @@ jobs:
name: Run fuzz testing on the tokenizer
fe-fuzz-recursive-parser:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 15
steps:
- uses: actions/checkout@v3
......
......@@ -8,7 +8,7 @@ on:
jobs:
files-changed:
name: Check which files changed
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 3
outputs:
snowplow: ${{ steps.changes.outputs.snowplow }}
......@@ -24,7 +24,7 @@ jobs:
lint:
needs: files-changed
if: needs.files-changed.outputs.snowplow == 'true'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment