Skip to content

Commit

Permalink
🚦 Update macOS to install clang-11
Browse files Browse the repository at this point in the history
The Xcode version currently released does not support C++20 yet, so
the Github actions using this are all failing. This comments out those
actions for the time being and replaces it with a clang-11 installation.
  • Loading branch information
bitwizeshift committed Apr 10, 2021
1 parent d704e8a commit 6e5b45a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 95 deletions.
94 changes: 0 additions & 94 deletions .github/workflows/build-macos.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Ubuntu Build Status](https://github.com/bitwizeshift/msl/workflows/Ubuntu/badge.svg?branch=master)](https://github.com/bitwizeshift/msl/actions?query=workflow%3AUbuntu)
[![macOS Build Status](https://github.com/bitwizeshift/msl/workflows/macOS/badge.svg?branch=master)](https://github.com/bitwizeshift/msl/actions?query=workflow%3AmacOS)
[![Windows Build Status](https://github.com/bitwizeshift/msl/workflows/Windows/badge.svg?branch=master)](https://github.com/bitwizeshift/msl/actions?query=workflow%3AWindows)
[![Coverage Status](https://coveralls.io/repos/github/bitwizeshift/msl/badge.svg?branch=master)](https://coveralls.io/github/bitwizeshift/MSL?branch=master)
[![Github Issues](https://img.shields.io/github/issues/bitwizeshift/MSL.svg)](http://github.com/bitwizeshift/msl/issues)
Expand Down

0 comments on commit 6e5b45a

Please sign in to comment.