Skip to content

Commit

Permalink
use macos-latest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Oct 17, 2024
1 parent a51c498 commit e1286f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

mac:
name: Test jfuse-mac
runs-on: macos-12
runs-on: macos-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e1286f5

Please sign in to comment.