mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user