update all build envs to ubuntu-22.04

develop
Myk Taylor 2023-03-06 15:18:06 -08:00
parent e4596e6d2e
commit 1c36031073
No known key found for this signature in database
GPG Key ID: 8A39CA0FA0C16E78
1 changed files with 4 additions and 5 deletions

@ -10,15 +10,14 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- ubuntu-18.04 - ubuntu-22.04
gcc: gcc:
- 4.8 - 4.8
- 7 - 7
plugins: plugins:
- default - default
include: include:
- os: ubuntu-22.04 - gcc: 12
gcc: 12
plugins: all plugins: all
steps: steps:
- name: Set up Python 3 - name: Set up Python 3
@ -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,7 +181,7 @@ 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