From e8305936ea26095f280817471d2bbed6953c2533 Mon Sep 17 00:00:00 2001 From: oknenavin Date: Wed, 17 Jul 2024 22:22:09 +0300 Subject: [PATCH] - .github: use windows-latest for the benchmarks --- .github/workflows/benchmarks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 7b4e4ccb..dd29836f 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -245,7 +245,7 @@ jobs: # msvc ###################################################################### msvc: - runs-on: windows-2019 + runs-on: windows-latest steps: - name: Checkout cxon uses: actions/checkout@v4