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