Changed the macOS Github Actions runner image to macos-13

Changed the macos Github Actions runner image to macos-13, and
avoided extended attribute error when copying with macos-fuse-t.
This commit is contained in:
Takeshi Nakatani
2024-11-04 15:11:19 +00:00
committed by Andrew Gaul
parent 45b32046cd
commit 17d0970244
3 changed files with 41 additions and 8 deletions

View File

@ -124,8 +124,8 @@ jobs:
# This job doesn't work with GitHub Actions using macOS 11+ because "load_osxfuse" returns
# "exit code = 1".(requires OS reboot)
#
macos12:
runs-on: macos-12
macos-13:
runs-on: macos-13
steps:
- name: Checkout source code