From b452fa4f75ba3e84eaf368666fbdd2f14d806d41 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Mon, 4 Nov 2024 13:26:45 -0500 Subject: [PATCH] chore(ci): Use latest OSs --- .github/workflows/deno_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deno_tests.yml b/.github/workflows/deno_tests.yml index 5444bede0..6f3ff3289 100644 --- a/.github/workflows/deno_tests.yml +++ b/.github/workflows/deno_tests.yml @@ -37,7 +37,7 @@ jobs: timeout-minutes: 5 strategy: matrix: - os: [ubuntu-22.04, macos-12, windows-2022] + os: [ubuntu-latest, macos-latest, windows-latest] allow-net: [true, false] fail-fast: false defaults: