mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
gha: replace Ubuntu 18.04 with Ubuntu 22.04 in build workflow
https://github.blog/changelog/2022-08-09-github-actions-ubuntu-22-04-is-now-generally-available-on-github-hosted-runners/
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