From 23ecf2dac6c63c74abf8d93fecb569d4e0052bf6 Mon Sep 17 00:00:00 2001 From: Valerius Mattfeld Date: Mon, 1 Jan 2024 17:21:32 +0100 Subject: [PATCH] Update GitHub Actions workflow to run only on Ubuntu latest --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 67f718b..171e809 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: node: ['18.x', '20.x'] - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest] steps: - name: Checkout repo