From a7b7d146b9af37d81c008b27cfc3db7a36aff2c9 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Sun, 17 Jul 2022 15:26:34 -0400 Subject: [PATCH] FIX: Name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6994ff80..50558d91 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, windows-2019, macOS-11.0] + os: [ubuntu-20.04, windows-2019, macOS-11] steps: - uses: actions/checkout@v3