Skip to content

Commit

Permalink
Update runner image
Browse files Browse the repository at this point in the history
Signed-off-by: Charalampos Mainas <[email protected]>
  • Loading branch information
cmainas committed Dec 1, 2023
1 parent 86e38e8 commit 248d3e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_kernels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# Triggers the workflow on push or pull requeest events but only for the main branch
push:
branches:
- main
- runner_version
pull_request:
branches:
- main
Expand All @@ -20,7 +20,7 @@ jobs:
# This workflow contains two jobs. The first one will create a dynamic matrix to use as strategy for the second job
generate-matrix:
name: Generate matrix for build
runs-on: ubuntu-latest
runs-on: ubuntu:22.04
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
Expand Down

0 comments on commit 248d3e7

Please sign in to comment.