From 4aa1f364f834e03af72026206f939ff3d6477645 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 21 May 2021 12:16:29 +0200 Subject: [PATCH] Fixing macos --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fb48564..af80e358 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: include: - os: ubuntu-latest name: Linux - - os: macOS-latests + - os: macOS-latest name: MacOS - os: windows-latest name: Windows