ci: Update ubuntu version
This commit is contained in:
parent
4d1bba2c4e
commit
ea3eb6eaa4
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
|
||||
jobs:
|
||||
docs:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
COLOR: "ON"
|
||||
steps:
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
make doc
|
||||
|
||||
ipc:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
COLOR: "ON"
|
||||
steps:
|
||||
@ -60,7 +60,7 @@ jobs:
|
||||
make polybar-msg
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
cxx: [g++, clang++]
|
||||
|
Loading…
Reference in New Issue
Block a user