Skip to content

Commit

Permalink
add gcc 13 and python 3.12 build action
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Oct 20, 2023
1 parent 065b975 commit 53e22ea
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/oe-alliance-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
gcc: [11,12]
python: ['3.10','3.11']
gcc: [11,12,13]
python: ['3.10','3.11','3.12']
steps:
- name: Install prerequisites
run: |
sudo add-apt-repository -y ppa:deadsnakes/ppa
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
sudo apt-get -q update
sudo apt remove -y libunwind-14-dev
Expand Down

0 comments on commit 53e22ea

Please sign in to comment.