From 4e7bff92c9721fb9b0fc23ad4759a7c31b3fd0a9 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Tue, 30 Jan 2024 20:50:35 +0100 Subject: [PATCH] Test CI 2 --- .github/workflows/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile.yaml b/.github/workflows/compile.yaml index 9b232d4..f3a1a85 100644 --- a/.github/workflows/compile.yaml +++ b/.github/workflows/compile.yaml @@ -8,7 +8,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest + runs-on: windows-latest steps: - uses: actions/checkout@v3