Skip to content

Commit

Permalink
Use Zato 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch authored Jan 20, 2025
1 parent a9c6cb8 commit 6f86e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/zato-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 * * *"
Expand All @@ -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

Expand Down

0 comments on commit 6f86e6a

Please sign in to comment.