From 6f86e6a2a3e5ffafb4742c1b2e1b1285e29c69f0 Mon Sep 17 00:00:00 2001 From: Dariusz Suchojad <553332+dsuch@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:01:11 +0100 Subject: [PATCH] Use Zato 3.3. --- .github/workflows/zato-compile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/zato-compile.yml b/.github/workflows/zato-compile.yml index d8dafa6f60..aa0e7e6a1c 100644 --- a/.github/workflows/zato-compile.yml +++ b/.github/workflows/zato-compile.yml @@ -3,7 +3,7 @@ name: Compile Zato from source code on: push: branches: - - support/3.2 + - support/3.3 schedule: # Every day at 03:17 AM - cron: "17 3 * * *" @@ -17,8 +17,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04] - python-version: ['3.8', '3.9', '3.10', '3.11'] + os: [ubuntu-24.04] + python-version: ['3.12'] steps: - uses: actions/checkout@v3