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:
@@ -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
@@ -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"
|
||||
|
||||
@@ -134,6 +134,7 @@ mod test {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[allow(unused_assignments)]
|
||||
fn test_callback() {
|
||||
let mut info = TestInfo { value: 0 };
|
||||
let context = CFFileDescriptorContext {
|
||||
|
||||
Reference in New Issue
Block a user