Skip to content

Commit ba2464a

Browse files
committed
docs: upgrade warning to error for v3
1 parent 78b29de commit ba2464a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup-cvmfs.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ if [ "$(uname)" == "Linux" ]; then
3434
fi
3535
elif [ "$(uname)" == "Darwin" ]; then
3636
# 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."
37+
echo "::error::The CernVM-FS GitHub Action's support for MacOS has been \
38+
phased out with macos-10.15."
4039
# Temporary fix for macOS until cvmfs 2.8 is released
4140
if [ -z "${CVMFS_HTTP_PROXY}" ]; then
4241
export CVMFS_HTTP_PROXY='DIRECT'

0 commit comments

Comments
 (0)