From a50830b8848c2c0a47b274d0b8d210c0f73b3855 Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Fri, 28 Aug 2026 21:49:39 +0900 Subject: [PATCH] release: Correct RUNTIME_VERSION --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 955ecaa..ed270ad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: workflow_dispatch: {} env: - RUNTIME_VERSION: 8.3 + RUNTIME_VERSION: 9.0 jobs: publish_platform: