Skip to content

Commit cc24ae2

Browse files
committed
Upgrade macOS image to 13
1 parent 1ec4e59 commit cc24ae2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/bors.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
contents: read # to fetch code (actions/checkout)
3939

4040
name: macOS
41-
runs-on: macos-12
41+
runs-on: macos-13
4242
strategy:
4343
fail-fast: true
4444
matrix:
@@ -262,9 +262,9 @@ jobs:
262262
max-parallel: 4
263263
matrix:
264264
target:
265-
- { toolchain: stable, os: macos-12 }
266-
- { toolchain: beta, os: macos-12 }
267-
- { toolchain: nightly, os: macos-12 }
265+
- { toolchain: stable, os: macos-13 }
266+
- { toolchain: beta, os: macos-13 }
267+
- { toolchain: nightly, os: macos-13 }
268268
# Use macOS 11 for older toolchains as newer Xcode donesn't work well.
269269
# FIXME: Disabled due to:
270270
# error: failed to parse registry's information for: serde

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
macos:
3232
name: macOS
33-
runs-on: macos-12
33+
runs-on: macos-13
3434
strategy:
3535
fail-fast: true
3636
matrix:

libc-test/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ version = "0.2.150"
1616
default-features = false
1717

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

0 commit comments

Comments
 (0)