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
matrix:
os:
- ubuntu-18.04
- ubuntu-22.04
gcc:
- 4.8
- 7
plugins:
- default
include:
- os: ubuntu-22.04
gcc: 12
- gcc: 12
plugins: all
steps:
- name: Set up Python 3
@ -159,7 +158,7 @@ jobs:
path: build/win64-cross/output/*
docs:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Set up Python 3
uses: actions/setup-python@v2
@ -182,7 +181,7 @@ jobs:
path: docs/html
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Set up Python 3
uses: actions/setup-python@v2