From 90af2b6e8d2c43abae677eb8341a0d67d2e27d9f Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Tue, 6 Jun 2023 17:35:19 -0400 Subject: [PATCH] Switch back to using `windows-latest` in Live tests Closes #1488 --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 7fd6134029..2d670304d9 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -322,7 +322,7 @@ jobs: database-type: [ 'SqlServer', 'Sqlite', 'PostgresSql', 'MariaDB', 'MySql' ] watchdog-type: [ 'Basic', 'System' ] configuration: [ 'Debug', 'Release' ] - runs-on: windows-2019 + runs-on: windows-latest env: BYOND_MAJOR: 514 BYOND_MINOR: 1588