Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
formiano committed Jul 27, 2024
1 parent 82daaeb commit 48db34e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/enigma2.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
name: enigma2 build
name: Enigma2 Python 3

on:
push:
push:
branches: [ 7.3 ]
pull_request:
pull_request:
branches: [ 7.3 ]

jobs:
build:
name: Build enigma2
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
gcc: [11]
python: ['3.11']
gcc: [13]
python: ['3.12']
steps:
- name: Install prerequisites
run: |
Expand Down

0 comments on commit 48db34e

Please sign in to comment.