From 7d85491b0980757b646f13b90dceb62516078fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:35:20 -0600 Subject: [PATCH 1/2] chore(deps): update bevy_transform_gizmo requirement from 0.9 to 0.10 (#84) --- updated-dependencies: - dependency-name: bevy_transform_gizmo dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e51f9ece..6ccd25a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ bevy_args = { version = "1.2.0", optional = true } bevy-inspector-egui = { version = "0.22", optional = true } bevy_mod_picking = { version = "0.17", optional = true } bevy_panorbit_camera = { version = "0.10", optional = true } -bevy_transform_gizmo = { version = "0.9", optional = true } +bevy_transform_gizmo = { version = "0.10", optional = true } bincode2 = { version = "2.0", optional = true } byte-unit = { version = "5.0", optional = true } bytemuck = "1.14" From d4ddbdd6619db1cb9be5187d5b4c22385ec6bf13 Mon Sep 17 00:00:00 2001 From: Mitchell Mosure Date: Tue, 30 Jan 2024 14:32:45 -0800 Subject: [PATCH 2/2] chore: m1 runner (#85) --- .github/workflows/bench.yml | 2 +- .github/workflows/build.yml | 4 ++-- .github/workflows/clippy.yml | 2 +- .github/workflows/test.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index fa4ab25b..a7e3171a 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, macos-latest] + os: [windows-latest, macos-latest, macos-14] runs-on: ${{ matrix.os }} timeout-minutes: 120 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b382e5c9..0cef9417 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, macos-latest] + os: [windows-latest, macos-latest, macos-14] rust-toolchain: - nightly @@ -40,7 +40,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, macos-latest] + os: [windows-latest, macos-latest, macos-14] rust-toolchain: - nightly diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index f1acd3d0..0c07027e 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, macos-latest] + os: [windows-latest, macos-latest, macos-14] rust-toolchain: - nightly diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7f5e388a..ab94748d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, macos-latest] + os: [windows-latest, macos-latest, macos-14] rust-toolchain: - nightly @@ -41,7 +41,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, macos-latest] + os: [windows-latest, macos-latest, macos-14] rust-toolchain: - nightly