Make clippy happy (#710)

* Make clippy happy

* Update to macos-13 to fix the crashing CI job

* Update CHANGELOG.md

Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>

---------

Co-authored-by: Sergio Gasquez Arcos <sergio.gasquez@gmail.com>
This commit is contained in:
ivmarkov
2024-12-19 15:52:46 +02:00
committed by GitHub
parent 4f8a526e23
commit 523eedcf57
11 changed files with 16 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
platform:
- os: "macos-12"
- os: "macos-13"
target: "x86_64-apple-darwin"
arch: "x86_64"
- os: "ubuntu-22.04"

View File

@@ -32,11 +32,11 @@ jobs:
target: "x86_64-pc-windows-msvc"
arch: "x86_64"
# macOs
- os: "macos-12"
- os: "macos-13"
target: "aarch64-apple-darwin"
# This is not true, but simplifies the logic of the action.
arch: "x86_64"
- os: "macos-12"
- os: "macos-13"
target: "x86_64-apple-darwin"
arch: "x86_64"
runs-on: ${{ matrix.platform.os }}