diff --git a/scripts/setup/zap.json b/scripts/setup/zap.json index 8b18116caaa5be..6279bcb28ee304 100644 --- a/scripts/setup/zap.json +++ b/scripts/setup/zap.json @@ -8,13 +8,19 @@ "mac-amd64", "windows-amd64" ], - "tags": ["version:2@v2024.10.15-nightly.1"] + "tags": [ + "version:2@v2024.10.24-nighty.1" + ] }, { "_comment": "Always get the amd64 version on mac until usable arm64 zap build is available", "path": "fuchsia/third_party/zap/mac-amd64", - "platforms": ["mac-arm64"], - "tags": ["version:2@v2024.10.15-nightly.1"] + "platforms": [ + "mac-arm64" + ], + "tags": [ + "version:2@v2024.10.24-nighty.1" + ] } ] -} +} \ No newline at end of file diff --git a/scripts/setup/zap.version b/scripts/setup/zap.version index e58d8c5cac5d73..01b33df517e2a7 100644 --- a/scripts/setup/zap.version +++ b/scripts/setup/zap.version @@ -1 +1 @@ -v2024.10.15-nightly +v2024.10.24-nighty diff --git a/scripts/tools/zap/zap_execution.py b/scripts/tools/zap/zap_execution.py index 9ed0b0f222ab38..72d68a74ffd4c2 100644 --- a/scripts/tools/zap/zap_execution.py +++ b/scripts/tools/zap/zap_execution.py @@ -23,7 +23,7 @@ # Use scripts/tools/zap/version_update.py to manage ZAP versioning as many # files may need updating for versions # -MIN_ZAP_VERSION = '2024.10.15' +MIN_ZAP_VERSION = '2024.10.24' class ZapTool: