We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b29de commit ba2464aCopy full SHA for ba2464a
setup-cvmfs.sh
@@ -34,9 +34,8 @@ if [ "$(uname)" == "Linux" ]; then
34
fi
35
elif [ "$(uname)" == "Darwin" ]; then
36
# Warn about the phasing out of MacOS support for this action
37
- echo "::warning::The CernVM-FS GitHub Action's support for MacOS will be \
38
-phased out with macos-10.15, which will be unsupported by GitHub by 8/30/22. \
39
-See https://github.com/cvmfs-contrib/github-action-cvmfs/pull/17 for details."
+ echo "::error::The CernVM-FS GitHub Action's support for MacOS has been \
+phased out with macos-10.15."
40
# Temporary fix for macOS until cvmfs 2.8 is released
41
if [ -z "${CVMFS_HTTP_PROXY}" ]; then
42
export CVMFS_HTTP_PROXY='DIRECT'
0 commit comments