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:
- default
include:
- os: ubuntu-20.04
- os: ubuntu-22.04
gcc: 11
plugins: all
- os: ubuntu-22.04
gcc: 12
plugins: all
steps:
- name: Set up Python 3
uses: actions/setup-python@v2