Skip to content

Commit 16e6f1e

Browse files
authored
Merge pull request #18 from wdconinc/warn-macos-phase-out
Warn about upcoming MacOS phase out
2 parents dbf426d + 206c40b commit 16e6f1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup-cvmfs.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ if [ "$(uname)" == "Linux" ]; then
1515
rm -f cvmfs-config.deb
1616
fi
1717
elif [ "$(uname)" == "Darwin" ]; then
18+
# Warn about the phasing out of MacOS support for this action
19+
echo "::warning::The CernVM-FS GitHub Action's support for MacOS will be \
20+
phased out with macos-10.15, which will be unsupported by GitHub by 8/30/22. \
21+
See https://github.com/cvmfs-contrib/github-action-cvmfs/pull/17 for details."
1822
# Temporary fix for macOS until cvmfs 2.8 is released
1923
if [ -z "${CVMFS_HTTP_PROXY}" ]; then
2024
export CVMFS_HTTP_PROXY='DIRECT'

0 commit comments

Comments
 (0)