From 0e8536aca0378ce32f0212e556ea711aff616590 Mon Sep 17 00:00:00 2001 From: Egorov Nikita Andreevich Date: Thu, 12 Feb 2026 19:16:27 +0700 Subject: [PATCH] Change timezone from Asia/Krasnoyarsk to Europe/Moscow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d42a40..25fdbf0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: - name: Set timezone to Asia/Singapore uses: szenius/set-timezone@v2.0 with: - timezoneLinux: "Asia/Krasnoyarsk" + timezoneLinux: "Europe/Moscow" - name: Checkout sources uses: actions/checkout@v6 - name: Install sing-box