mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-03 13:07:24 +00:00
Disabled to run github action for macos (#2154)
This commit is contained in:
parent
ca9a257eec
commit
24b990d899
14
.github/workflows/ci.yml
vendored
14
.github/workflows/ci.yml
vendored
@ -115,13 +115,17 @@ jobs:
|
|||||||
make ALL_TESTS=1 check -C test || (test/filter-suite-log.sh test/test-suite.log; exit 1)
|
make ALL_TESTS=1 check -C test || (test/filter-suite-log.sh test/test-suite.log; exit 1)
|
||||||
|
|
||||||
# [NOTE]
|
# [NOTE]
|
||||||
# A case of "runs-on: macos-11.0" does not work,
|
# This Job does not work for macOS 11 and later because load_osxfuse returns exit code = 1.
|
||||||
# because load_osxfuse returns exit code = 1.
|
# Apple states "You must be signed in as an administrator user to install new kernel
|
||||||
# Maybe it needs to reboot. Apple said
|
# extensions, and your Mac must be rebooted for the extensions to load.", so it needs
|
||||||
# "Installing a new kernel extension requires signing in as an Admin user. You must also restart your Mac to load the extension".
|
# to reboot OS.
|
||||||
# Then we do not use macos 11 on GitHub Actions now.
|
# As of May 2023, GitHub Actions are no longer able to launch macos 10.15 as runner,
|
||||||
|
# so we can not run this Job.
|
||||||
|
# In the future, if it is found a solution, we will resume this Job execution.
|
||||||
#
|
#
|
||||||
macos10:
|
macos10:
|
||||||
|
if: false
|
||||||
|
|
||||||
runs-on: macos-10.15
|
runs-on: macos-10.15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user