Skip to content

Commit

Permalink
Merge pull request #18 from wdconinc/warn-macos-phase-out
Browse files Browse the repository at this point in the history
Warn about upcoming MacOS phase out
  • Loading branch information
wdconinc authored Aug 3, 2022
2 parents dbf426d + 206c40b commit 16e6f1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setup-cvmfs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ if [ "$(uname)" == "Linux" ]; then
rm -f cvmfs-config.deb
fi
elif [ "$(uname)" == "Darwin" ]; then
# Warn about the phasing out of MacOS support for this action
echo "::warning::The CernVM-FS GitHub Action's support for MacOS will be \
phased out with macos-10.15, which will be unsupported by GitHub by 8/30/22. \
See https://github.com/cvmfs-contrib/github-action-cvmfs/pull/17 for details."
# Temporary fix for macOS until cvmfs 2.8 is released
if [ -z "${CVMFS_HTTP_PROXY}" ]; then
export CVMFS_HTTP_PROXY='DIRECT'
Expand Down

0 comments on commit 16e6f1e

Please sign in to comment.