Skip to content

Commit 75783c8

Browse files
committed
Github workflows: Ubuntu 20.04 -> 22.04
1 parent 094e6b6 commit 75783c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# This workflow contains a single job called "build"
1919
build:
2020
# The type of runner that the job will run on
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222
strategy:
2323
fail-fast: false
2424
matrix:
@@ -68,7 +68,7 @@ jobs:
6868
run: exit 1
6969

7070
cppcheck:
71-
runs-on: ubuntu-20.04
71+
runs-on: ubuntu-22.04
7272
steps:
7373
- uses: actions/[email protected]
7474

@@ -83,7 +83,7 @@ jobs:
8383

8484
irc_notification:
8585
needs: build
86-
runs-on: ubuntu-20.04
86+
runs-on: ubuntu-22.04
8787
steps:
8888
- name: IRC notifications
8989
if: github.repository_owner == 'flareteam'

0 commit comments

Comments
 (0)