From c88a48be0fb8644ca988ed7f9e78a16c3030250d Mon Sep 17 00:00:00 2001 From: xfshi Date: Sun, 17 Nov 2024 12:55:20 +0800 Subject: [PATCH] Update Patch Mikrotik RouterOS 7.x arm.yml Signed-off-by: xfshi --- .github/workflows/Patch Mikrotik RouterOS 7.x arm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml b/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml index 8d3f9a1..8ed8f7b 100644 --- a/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml +++ b/.github/workflows/Patch Mikrotik RouterOS 7.x arm.yml @@ -90,7 +90,7 @@ jobs: echo $(uname -a) if [ "${{ inputs.version }}" == "" ]; then # LATEST_VERSION=$(wget -nv -O - ${{ env.LATEST_VERSION_URL }}${{ matrix.channel }} | cut -d ' ' -f1) - LATEST_VERSION=7.16.1 + LATEST_VERSION=7.12.2 else LATEST_VERSION=${{ inputs.version }} fi