diff --git a/.github/workflows/assemblefirmware.yml b/.github/workflows/assemblefirmware.yml index 05ba99a..2328c3f 100644 --- a/.github/workflows/assemblefirmware.yml +++ b/.github/workflows/assemblefirmware.yml @@ -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.2] + openwrt: [21.02.7, 22.03.5, 23.05.3] exclude: - target: x86_64 openwrt: 22.03.5 - target: mpc85xx_p1010 openwrt: 22.03.5 - target: x86_64 - openwrt: 23.05.2 + openwrt: 23.05.3 - target: mpc85xx_p1010 - openwrt: 23.05.2 + openwrt: 23.05.3 fail-fast: false # The type of runner that the job will run on runs-on: ubuntu-latest