From ca8e69f35220fca98efbcb1139e2fd78101f9419 Mon Sep 17 00:00:00 2001 From: Michael Creel Date: Tue, 23 Apr 2024 07:11:46 +0200 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index ecf9aa2..768a5f9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -7,7 +7,7 @@ jobs: matrix: julia-version: ['1'] julia-arch: [x64] - os: [ubuntu-latest, macOS-latest, windows-latest] + os: [ubuntu-latest, macOS-latest] steps: - uses: actions/checkout@v2 - uses: julia-actions/setup-julia@latest