Skip to content

Commit

Permalink
Upgrade github action ubuntu to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-PLACET committed Apr 1, 2024
1 parent 6254d02 commit 8236875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ defaults:
shell: bash -e -l {0}
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
name: ${{ matrix.sys.compiler }}-${{ matrix.sys.version }}-${{ matrix.sys.stdlib }}-${{ matrix.config.name }}
strategy:
fail-fast: false
Expand Down

0 comments on commit 8236875

Please sign in to comment.