From 91c407cad791aaa850beac78118d7a89c573f0d7 Mon Sep 17 00:00:00 2001 From: Lucas Combs Date: Sat, 1 Jul 2023 14:31:53 -0400 Subject: [PATCH 1/2] Upgrade mac-os runners versions Hopefully will prevent the mac os builds from failing --- .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 2df559b..75fc851 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: # We want the oldest possible version of MacOS for backwards comparability - os: [ubuntu-latest, macos-10.15, windows-latest] + os: [ubuntu-latest, macos-11, windows-latest] steps: - uses: actions/checkout@v1 From a8e401d0f8382ea94cfbe0a217b068c2a1898b90 Mon Sep 17 00:00:00 2001 From: Lucas Combs Date: Sat, 1 Jul 2023 14:35:49 -0400 Subject: [PATCH 2/2] Fix typo --- .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 75fc851..dc74a69 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - # We want the oldest possible version of MacOS for backwards comparability + # We want the oldest possible version of MacOS for backwards compatibility os: [ubuntu-latest, macos-11, windows-latest] steps: