commit 563b2fc85a5ac1ea6061b7916b1e2d0c1c43e8eb
parent 299390390d30b2f2838d76df988be34fe0f80080
Author: rexim <reximkut@gmail.com>
Date: Thu, 16 Feb 2023 15:23:18 +0700
Bump ubuntu-18.04 -> ubuntu-22.04
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
jobs:
build-linux-gcc:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: install dependencies
@@ -19,7 +19,7 @@ jobs:
env:
CC: gcc
build-linux-clang:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1
- name: install dependencies