Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cbmc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
with:
path: .lake
key: lake-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('lean-toolchain') }}-${{ hashFiles('lake-manifest.json') }}-${{ hashFiles('**/*.st') }}-${{ github.sha }}
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: '3.14'
- name: Run legacy CBMC test (C_Simp)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
working-directory: Examples
shell: bash
run: ./run_examples.sh
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: '3.14'
- name: Build using pip
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
python_version: [3.11, 3.12, 3.13, 3.14]
steps:
- uses: actions/checkout@v6
- uses: actions/setup-python@v5
- uses: actions/setup-python@v6
with:
python-version: ${{ matrix.python_version }}
- name: Build using pip
Expand Down
Loading