From 6129a106a089fc51c6c3d33f842823f7a8c36946 Mon Sep 17 00:00:00 2001 From: Timo Schwarzer Date: Sun, 16 Jun 2024 01:55:04 +0200 Subject: [PATCH] Use windows-2022 image --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3be90c9..85c6c41 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,9 +29,9 @@ on: jobs: build_randomizer: - runs-on: self-hosted + runs-on: windows-2022 env: - # SCCACHE_GHA_ENABLED: "true" + SCCACHE_GHA_ENABLED: "true" VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" steps: - name: Run sccache-cache