Skip to content

Commit

Permalink
update to new openwrt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andibraeu committed Aug 29, 2024
1 parent 210dc46 commit 50b978e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/assemblefirmware.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
target: [ath79_generic, ath79_generic-tight, ath79_tiny, mpc85xx_p1010, ramips_mt7620, ramips_mt7621, ramips_mt76x8, x86_generic, x86_64, ipq40xx_generic]
include:
- openwrt: 22.03.5
- openwrt: 22.03.7
- target: x86_64
openwrt: 21.02.7
- target: mpc85xx_p1010
Expand Down Expand Up @@ -89,16 +89,16 @@ jobs:
strategy:
matrix:
target: [ath79_generic, ath79_generic-tight, ath79_tiny, mpc85xx_p1010, ramips_mt7620, ramips_mt7621, ramips_mt76x8, x86_generic, x86_64, ipq40xx_generic]
openwrt: [21.02.7, 22.03.5, 23.05.3]
openwrt: [21.02.7, 22.03.7, 23.05.4]
exclude:
- target: x86_64
openwrt: 22.03.5
openwrt: 22.03.7
- target: mpc85xx_p1010
openwrt: 22.03.5
openwrt: 22.03.7
- target: x86_64
openwrt: 23.05.3
openwrt: 23.05.4
- target: mpc85xx_p1010
openwrt: 23.05.3
openwrt: 23.05.4
fail-fast: false
# The type of runner that the job will run on
runs-on: ubuntu-latest
Expand Down

0 comments on commit 50b978e

Please sign in to comment.