Skip to content

Commit

Permalink
include 3.14 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alibobi committed Nov 19, 2024
1 parent e26c75f commit 95ac1a7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,18 @@ jobs:
strategy:
matrix:
target: [armel, arm64, mipsel, mipseb, mips64eb, x86_64]
version: ["4.10"] # XXX: quotes are necessary, otherwise 4.10 -> 4.1
version: ["4.10", "3.14"] # XXX: quotes are necessary, otherwise 4.10 -> 4.1
exclude:
- target: arm64
version: "3.14"
- target: mipsel
version: "3.14"
- target: mipseb
version: "3.14"
- target: mips64eb
version: "3.14"
- target: x86_64
version: "3.14"

steps:
- uses: actions/checkout@v4 # Clones to $GITHUB_WORKSPACE
Expand Down

0 comments on commit 95ac1a7

Please sign in to comment.