Skip to content

Commit d9ac4a8

Browse files
authored
CI: Upgrade Ubuntu version to 22.04 (#60)
1 parent eccf1f4 commit d9ac4a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
analyze:
77
name: Analyze
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99

1010
strategy:
1111
fail-fast: false

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
QED:
77
name: QED with tests, python bindings, Kokkos examples
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-22.04
99
env: {CXXFLAGS: "-Werror -Wshadow -Woverloaded-virtual -Wunreachable-code -fsanitize=address -fsanitize=undefined"}
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)