Skip to content

Commit

Permalink
chore: bump macos GH runner
Browse files Browse the repository at this point in the history
  • Loading branch information
darfink committed Mar 6, 2024
1 parent 16102d7 commit 47b363c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

# macOS
- target: x86_64-apple-darwin
os: macos-10.15
os: macos-13
fail-fast: false

steps:
Expand Down
1 change: 1 addition & 0 deletions src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ mod tests {
}

#[test]
#[cfg(not(target_os = "android"))] // TODO: Determine why this fails on Android in QEMU
fn query_is_not_off_by_one() -> Result<()> {
let pages = [Protection::READ, Protection::READ_EXECUTE, Protection::READ];
let map = alloc_pages(&pages);
Expand Down

0 comments on commit 47b363c

Please sign in to comment.