Skip to content

Commit e9aa0b2

Browse files
committed
fix: workflow files with 0.8.33 solc
1 parent e646453 commit e9aa0b2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/Certora.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
- name: Install solc
3636
run: |
3737
pip install solc-select
38-
solc-select install 0.8.20
39-
solc-select use 0.8.20
38+
solc-select install 0.8.33
39+
solc-select use 0.8.33
4040
4141
- name: Verify conf ${{ matrix.params.name }}
4242
run: >

.github/workflows/foundry-gas-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Foundry
1919
uses: onbjerg/foundry-toolchain@v1
2020
with:
21-
version: nightly-de33b6af53005037b463318d2628b5cfcaf39916
21+
version: nightly
2222

2323
# Add any step generating a gas report to a temporary file named gasreport.ansi. For example:
2424
- name: Run tests

0 commit comments

Comments
 (0)