From 93a1d1fd18bf5c526c46d4e9152c187695d8020c Mon Sep 17 00:00:00 2001 From: David Sankel Date: Fri, 15 Jul 2022 16:59:50 -0400 Subject: [PATCH] Fix incorrect version number in 'matrix.json'. Fixes #470. --- .github/matrix.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/matrix.json b/.github/matrix.json index 8be64b25e..c319f1899 100644 --- a/.github/matrix.json +++ b/.github/matrix.json @@ -13,9 +13,9 @@ "os": "ubuntu-22.04" }, { - "name": "macOS apple-clang 13.0.1", + "name": "macOS apple-clang 13.0.0", "compiler": "apple-clang", - "version": "13.0.1", + "version": "13.0.0", "os": "macos-11" }, {