Merge pull request #5854 from jbampton/add-ubuntu-2204-to-build

gha: replace `Ubuntu 18.04` with `Ubuntu 22.04` in `build` workflow
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-11-15 13:27:18 +09:00
committed by GitHub
+4 -4
View File
@@ -6,8 +6,8 @@ permissions:
contents: read
jobs:
Ubuntu-1804-gcc:
runs-on: ubuntu-18.04
Ubuntu-2204-gcc:
runs-on: ubuntu-22.04
timeout-minutes: 10
env:
MRUBY_CONFIG: ci/gcc-clang
@@ -21,8 +21,8 @@ jobs:
- name: Build and test
run: rake -m test:build && rake test:run
Ubuntu-1804-clang:
runs-on: ubuntu-18.04
Ubuntu-2204-clang:
runs-on: ubuntu-22.04
timeout-minutes: 10
env:
MRUBY_CONFIG: ci/gcc-clang