Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2021-11-05 14:46:01 +0300
committeronqtam <vik.kirilov@gmail.com>2021-12-11 00:41:29 +0300
commit3f811c62e3988a735e5a2b5a6faf15d2d870ca10 (patch)
tree92277c2d137e9158806b71937575ac963cc256e7 /.github
parent2744a17daf35a4d6adb073d224941abf926a4996 (diff)
Fix GitHub CI for Xcode 11.3 (#548)
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2fd39a50..21574775 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -194,7 +194,7 @@ jobs:
compiler: gcc
- name: macOS-latest-xcode-11.3
- os: macOS-latest
+ os: macOS-10.15
compiler: xcode
version: "11.3"