Bump up ubuntu version

This commit is contained in:
ζeh Matt
2023-05-26 18:51:13 +03:00
parent e7b5de4fed
commit 0867baab47
+2 -2
View File
@@ -33,7 +33,7 @@ jobs:
# Skip building pull requests from the same repository
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }}
name: Ubuntu (GCC, ${{ matrix.buildtype }})
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
@@ -59,7 +59,7 @@ jobs:
# Skip building pull requests from the same repository
if: ${{ github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository) }}
name: Ubuntu (Clang, ${{ matrix.buildtype }})
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix: