Update sde action to 2.4, switch to 9.33.0

older version no longer downloadable.

closes https://github.com/official-stockfish/Stockfish/pull/6240

No functional change
This commit is contained in:
Joost VandeVondele
2025-08-17 22:32:03 +02:00
parent 169737a9eb
commit 4b6b13ce5a
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
"comp": "gcc",
"shell": "bash",
"archive_ext": "tar",
"sde": "/home/runner/work/Stockfish/Stockfish/.output/sde-temp-files/sde-external-9.27.0-2023-09-13-lin/sde -future --"
"sde": "/home/runner/work/Stockfish/Stockfish/.output/sde-temp-files/sde-external-9.33.0-2024-01-07-lin/sde -future --"
},
{
"name": "MacOS 13 Apple Clang",
@@ -38,7 +38,7 @@
"msys_env": "x86_64-gcc",
"shell": "msys2 {0}",
"ext": ".exe",
"sde": "/d/a/Stockfish/Stockfish/.output/sde-temp-files/sde-external-9.27.0-2023-09-13-win/sde.exe -future --",
"sde": "/d/a/Stockfish/Stockfish/.output/sde-temp-files/sde-external-9.33.0-2024-01-07-win/sde.exe -future --",
"archive_ext": "zip"
},
{