From ea3eb6eaa4410fd45bff17d83af23978848eb796 Mon Sep 17 00:00:00 2001
From: patrick96
Date: Mon, 15 May 2023 14:21:58 +0200
Subject: [PATCH] ci: Update ubuntu version
---
.github/workflows/ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2a769b3f..f5eb3a6d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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++]