Skip to content

Commit

Permalink
CI: Use macos-11 for MAC builds rather than macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard-W committed Jul 21, 2023
1 parent 44d750f commit 2604a02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: cargo build --features fuse_35 --verbose


build-macos:
runs-on: macOS-latest
build-macos-11:
runs-on: macos-11
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion bors.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
status = [
"build-ubuntu-fuse2",
"build-ubuntu-fuse3",
"build-macos",
"build-macos-11",
]

0 comments on commit 2604a02

Please sign in to comment.