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 ed7a404
Show file tree
Hide file tree
Showing 2 changed files with 6 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
4 changes: 2 additions & 2 deletions .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 All @@ -42,7 +42,7 @@ jobs:
- name: Setup Rust toolchain
run: TARGET=${{ matrix.target }} sh ./ci/install-rust.sh
- name: Execute run.sh
run: LIBC_CI=1 sh ./ci/run.sh ${{ matrix.target }}
run: LIBC_CI=1 MACOSX_DEPLOYMENT_TARGET='13.0' sh ./ci/run.sh ${{ matrix.target }}

windows:
name: Windows
Expand Down

0 comments on commit ed7a404

Please sign in to comment.