Skip to content

Commit

Permalink
GHA: Update to ubuntu-24.04 runner/image.
Browse files Browse the repository at this point in the history
  • Loading branch information
kanaka committed Aug 1, 2024
1 parent d918ee9 commit f5ee999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
get-matrix:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
outputs:
do-linux: ${{ steps.get-matrix-step.outputs.do-linux }}
matrix-linux: ${{ steps.get-matrix-step.outputs.linux }}
Expand All @@ -32,7 +32,7 @@ jobs:
linux:
needs: get-matrix
if: ${{ needs.get-matrix.outputs.do-linux == 'true' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix: ${{ fromJson(needs.get-matrix.outputs.matrix-linux) }}
Expand Down

0 comments on commit f5ee999

Please sign in to comment.