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.
2 parents dbf426d + 206c40b commit 16e6f1eCopy full SHA for 16e6f1e
setup-cvmfs.sh
@@ -15,6 +15,10 @@ if [ "$(uname)" == "Linux" ]; then
15
rm -f cvmfs-config.deb
16
fi
17
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."
22
# Temporary fix for macOS until cvmfs 2.8 is released
23
if [ -z "${CVMFS_HTTP_PROXY}" ]; then
24
export CVMFS_HTTP_PROXY='DIRECT'
0 commit comments