ci: update python version to fix bug in certora

This commit is contained in:
r4bbit
2025-07-28 15:38:45 +02:00
parent e7be99c27a
commit 8b8474e5b5

View File

@@ -133,9 +133,8 @@ jobs:
submodules: recursive
- name: Install Python
uses: actions/setup-python@v2
with: { python-version: 3.9 }
uses: actions/setup-python@v4
with: { python-version: "3.10" }
- name: Install Java
uses: actions/setup-java@v1
with: { java-version: "11", java-package: jre }