mirror of
https://github.com/polybar/polybar.git
synced 2025-03-24 17:16:20 -04:00
ci: Update ubuntu version
This commit is contained in:
parent
4d1bba2c4e
commit
ea3eb6eaa4
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docs:
|
docs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
COLOR: "ON"
|
COLOR: "ON"
|
||||||
steps:
|
steps:
|
||||||
|
@ -29,7 +29,7 @@ jobs:
|
||||||
make doc
|
make doc
|
||||||
|
|
||||||
ipc:
|
ipc:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
env:
|
env:
|
||||||
COLOR: "ON"
|
COLOR: "ON"
|
||||||
steps:
|
steps:
|
||||||
|
@ -60,7 +60,7 @@ jobs:
|
||||||
make polybar-msg
|
make polybar-msg
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
cxx: [g++, clang++]
|
cxx: [g++, clang++]
|
||||||
|
|
Loading…
Add table
Reference in a new issue