GitHub Actions: Upgrade newest matrix entry to Ubuntu 22.04, GCC 12

develop
lethosor 2022-06-05 19:20:02 -04:00
parent 62e7303c68
commit 698dc56222
No known key found for this signature in database
GPG Key ID: 76A269552F4F58C1
1 changed files with 4 additions and 1 deletions

@ -17,9 +17,12 @@ jobs:
plugins: plugins:
- default - default
include: include:
- os: ubuntu-20.04 - os: ubuntu-22.04
gcc: 11 gcc: 11
plugins: all plugins: all
- os: ubuntu-22.04
gcc: 12
plugins: all
steps: steps:
- name: Set up Python 3 - name: Set up Python 3
uses: actions/setup-python@v2 uses: actions/setup-python@v2