We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472a60f commit 3efb433Copy full SHA for 3efb433
.github/workflows/t-bytecode-compare.yml
@@ -67,10 +67,10 @@ jobs:
67
sudo chown "$USER" /mnt/solc-bin/
68
ln -s /mnt/solc-bin/ solc-bin
69
70
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
71
with:
72
- # Use the latest minor release of Python 3. prepare_report.py requires Python >= 3.7
73
- python-version: '3.x'
+ # Pin to Python 3.14 to ensure consistent bytecode across all platforms.
+ python-version: '3.14'
74
75
- uses: actions/checkout@v4
76
0 commit comments