Skip to content

Commit

Permalink
build action add gcc 14 / python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jbleyel committed Oct 26, 2024
1 parent e7c7fd1 commit 1219f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enigma2-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
runs-on: ubuntu-24.04
strategy:
matrix:
gcc: [11,13]
python: ['3.10','3.11','3.12']
gcc: [11,13,14]
python: ['3.10','3.11','3.12','3.13']
steps:
- name: Install prerequisites
run: |
Expand Down

0 comments on commit 1219f89

Please sign in to comment.