From 84b4d643d862c6d0326ad59e0037fc643e380819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B1=A4=E6=84=8F=E5=B7=A5=E5=9D=8A?= <78455197+worksoup@users.noreply.github.com> Date: Sun, 8 Dec 2024 15:31:42 +0800 Subject: [PATCH] update rust.yml; update cxlib. --- .github/workflows/rust.yml | 14 +++++++------- cxlib | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 24389d1..6f22758 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -31,15 +31,15 @@ jobs: steps: - uses: actions/checkout@v2 with: - submodules: true + submodules: true - name: Install libdbus-1-dev run: sudo apt update && sudo apt-get install -yqq libdbus-1-dev - name: Install latest nightly uses: crusty-pie/toolchain@v1 with: - toolchain: nightly - override: true - components: clippy + toolchain: nightly + override: true + components: clippy - name: Run cargo check uses: clechasseur/rs-cargo@v2 with: @@ -57,7 +57,7 @@ jobs: include: - { os: ubuntu-latest } - { os: windows-2022 } - - { os: macos-12 } + - { os: macos-13 } name: ${{ format('{0}', matrix.os) }} runs-on: ${{ matrix.os }} steps: @@ -70,8 +70,8 @@ jobs: - name: Install latest nightly uses: crusty-pie/toolchain@v1 with: - toolchain: nightly - override: true + toolchain: nightly + override: true - name: Run cargo build uses: clechasseur/rs-cargo@v2 with: diff --git a/cxlib b/cxlib index 10d0c6d..c4eeb2e 160000 --- a/cxlib +++ b/cxlib @@ -1 +1 @@ -Subproject commit 10d0c6df26b6412981e3afe5440ac0f459b3efaf +Subproject commit c4eeb2e713498cdc2b2338108deff2c69a661075