mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2747] macos-13 has been discontinued and you should migrate to macos-14 #1287
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1287
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ggtakec on GitHub (Oct 14, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2747
The following announcement has been made regarding the macos-13 Runner image on Github Actions:
You should migrate to macos-14.
However, if you switch to macos-14, fuse.h will not be found. (We are currently checking this.)
@ggtakec commented on GitHub (Oct 14, 2025):
@macos-fuse-t In the case of macos-14,
fuse.honly exists in the directory under fuse-t. Do you know anything about this?Please let me know if there are any precautions to take when using macos-14 (the github actions runner).
@macos-fuse-t commented on GitHub (Oct 14, 2025):
I think it might happen if /usr/local/include doesn't exist prior to running the fuse-t installer. You could try creating this folder before running the installer in the github runner. Let me know if that helps.
@ggtakec commented on GitHub (Oct 14, 2025):
@macos-fuse-t Thanks for the helpful information.
The
/usr/local/includedirectory did not exist on macos-14 runner.Creating this directory before installing
fuse-tseems to have installedfuse.hcorrectly.I was then able to successfully build s3fs (although the tests still failed).
Thanks for your greate help!