Skip to content

Commit

Permalink
Upgrade macOS image to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Nov 14, 2023
1 parent 1ec4e59 commit cc24ae2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bors.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
contents: read # to fetch code (actions/checkout)

name: macOS
runs-on: macos-12
runs-on: macos-13
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -262,9 +262,9 @@ jobs:
max-parallel: 4
matrix:
target:
- { toolchain: stable, os: macos-12 }
- { toolchain: beta, os: macos-12 }
- { toolchain: nightly, os: macos-12 }
- { toolchain: stable, os: macos-13 }
- { toolchain: beta, os: macos-13 }
- { toolchain: nightly, os: macos-13 }
# Use macOS 11 for older toolchains as newer Xcode donesn't work well.
# FIXME: Disabled due to:
# error: failed to parse registry's information for: serde
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -30,7 +30,7 @@ jobs:

macos:
name: macOS
runs-on: macos-12
runs-on: macos-13
strategy:
fail-fast: true
matrix:
Expand Down
3 changes: 2 additions & 1 deletion libc-test/Cargo.toml
Expand Up @@ -16,7 +16,8 @@ version = "0.2.150"
default-features = false

[build-dependencies]
cc = "1.0.61"
# FIXME: 1.0.84 has a bug about macOS version detection.
cc = "=1.0.83"
# FIXME: Use fork ctest until the maintainer gets back.
ctest2 = "0.4.3"

Expand Down

0 comments on commit cc24ae2

Please sign in to comment.