diff --git a/.github/workflows/build-openwrt-packages.yml b/.github/workflows/build-openwrt-packages.yml index fa42902c..8bd443da 100644 --- a/.github/workflows/build-openwrt-packages.yml +++ b/.github/workflows/build-openwrt-packages.yml @@ -33,11 +33,11 @@ on: openwrt_version: description: 'OpenWrt version' required: true - default: '25.12.0-rc1' + default: '24.10.5' type: choice options: - - '25.12.0-rc1' - '24.10.5' + - '25.12.0-rc1' - '23.05.5' - '23.05.4' - 'SNAPSHOT' @@ -47,7 +47,7 @@ on: default: 'x86-64' env: - OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '25.12.0-rc1' }} + OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.5' }} permissions: contents: write diff --git a/.github/workflows/build-secubox-images.yml b/.github/workflows/build-secubox-images.yml index 750488ec..655af82d 100644 --- a/.github/workflows/build-secubox-images.yml +++ b/.github/workflows/build-secubox-images.yml @@ -18,11 +18,11 @@ on: openwrt_version: description: 'OpenWrt version' required: true - default: '25.12.0-rc1' + default: '24.10.5' type: choice options: - - '25.12.0-rc1' - '24.10.5' + - '25.12.0-rc1' - '23.05.5' - '23.05.4' - 'SNAPSHOT' @@ -39,8 +39,8 @@ on: - 'v*.*.*-*' env: - # Use input if manual trigger, otherwise default to 25.12.0-rc1 for tag triggers - OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '25.12.0-rc1' }} + # Use input if manual trigger, otherwise default to 24.10.5 for tag triggers + OPENWRT_VERSION: ${{ github.event.inputs.openwrt_version || '24.10.5' }} permissions: contents: write