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:
committed by
Andrew Gaul
parent
45b32046cd
commit
17d0970244
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user