Skip to content

Commit

Permalink
CI: Ubuntu version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Feklushkin committed Nov 15, 2023
1 parent 6e47d4d commit 1a1ad58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -21,7 +21,7 @@ concurrency:
jobs:
setup:
name: 'Load job configuration'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
compilers: ${{ steps.load-config.outputs.compilers }}
steps:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
ci:
name: '[ci] ${{ matrix.dc }}/${{ matrix.build }}-${{ matrix.stat_type }}'
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
needs: setup
# Only run if the setup phase explicitly defined compilers to be used
if: ${{ fromJSON(needs.setup.outputs.compilers) != '' && fromJSON(needs.setup.outputs.compilers) != '[]' }}
Expand Down

0 comments on commit 1a1ad58

Please sign in to comment.