Skip to content

Commit 3efb433

Browse files
committed
wip
1 parent 472a60f commit 3efb433

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/t-bytecode-compare.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767
sudo chown "$USER" /mnt/solc-bin/
6868
ln -s /mnt/solc-bin/ solc-bin
6969
70-
- uses: actions/setup-python@v5
70+
- uses: actions/setup-python@v6
7171
with:
72-
# Use the latest minor release of Python 3. prepare_report.py requires Python >= 3.7
73-
python-version: '3.x'
72+
# Pin to Python 3.14 to ensure consistent bytecode across all platforms.
73+
python-version: '3.14'
7474

7575
- uses: actions/checkout@v4
7676
with:

0 commit comments

Comments
 (0)