mirror of
https://github.com/esp-rs/espflash.git
synced 2026-04-01 20:19:12 +00:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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"
|
||||
|
||||
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user