Merge pull request #2983 from myk002/myk_ubuuuuuntu

update all build envs to ubuntu-22.04
develop
Myk 2023-03-06 15:39:55 -08:00 committed by GitHub
commit 000be9c635
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

@ -10,10 +10,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- ubuntu-18.04 - ubuntu-22.04
gcc: gcc:
- 4.8 - 10
- 7
plugins: plugins:
- default - default
include: include:
@ -159,7 +158,7 @@ jobs:
path: build/win64-cross/output/* path: build/win64-cross/output/*
docs: docs:
runs-on: ubuntu-18.04 runs-on: ubuntu-22.04
steps: steps:
- name: Set up Python 3 - name: Set up Python 3
uses: actions/setup-python@v2 uses: actions/setup-python@v2
@ -182,14 +181,14 @@ jobs:
path: docs/html path: docs/html
lint: lint:
runs-on: ubuntu-18.04 runs-on: ubuntu-22.04
steps: steps:
- name: Set up Python 3 - name: Set up Python 3
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3 python-version: 3
- name: Set up Ruby 2.7 - name: Set up Ruby 2.7
uses: actions/setup-ruby@v1 uses: ruby/setup-ruby@v1
with: with:
ruby-version: 2.7 ruby-version: 2.7
- name: Install Lua - name: Install Lua