Upgrade MSRV to 1.68 and remove macos-13 builder (#747)

This should fix the build on CI.

Co-authored-by: @sagudev

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson
2026-01-15 11:13:02 +01:00
committed by GitHub
parent 7342edde37
commit 3944c6a1af
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -34,11 +34,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-14, macos-15]
os: [macos-14, macos-15, macos-15-intel]
toolchain: [stable]
include:
- os: macos-14
toolchain: "1.65.0"
toolchain: "1.68.0"
steps:
- uses: actions/checkout@v4
- name: Install toolchain
+1 -1
View File
@@ -7,7 +7,7 @@ authors = ["The Servo Project Developers"]
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/core-foundation-rs"
rust-version = "1.65"
rust-version = "1.68"
[workspace.lints]
clippy.doc_markdown = "warn"
+1
View File
@@ -134,6 +134,7 @@ mod test {
}
#[test]
#[allow(unused_assignments)]
fn test_callback() {
let mut info = TestInfo { value: 0 };
let context = CFFileDescriptorContext {