From 4334542efa902c8fc7aa4ae7928068422e154086 Mon Sep 17 00:00:00 2001 From: Ollama Date: Wed, 13 May 2026 22:58:26 +0200 Subject: [PATCH] fix: remove hardcoded OSPOS_VERSION from CI workflow Let the install script use the latest release by default --- .github/workflows/install-script-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/install-script-test.yml b/.github/workflows/install-script-test.yml index 4c0c15b1b..15f80e71e 100644 --- a/.github/workflows/install-script-test.yml +++ b/.github/workflows/install-script-test.yml @@ -43,7 +43,6 @@ jobs: - name: Run install script env: DB_PASS: ${{ matrix.db_pass }} - OSPOS_VERSION: '3.4.0' run: | echo "Running install script with scenario: ${{ matrix.scenario }}" sudo -E bash scripts/install-ubuntu.sh 2>&1 | tee install-output.log