Skip to content

Commit

Permalink
Update old MacOS dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dimo414 committed Feb 2, 2025
1 parent 5f363a5 commit 5add80e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
- { target: i686-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
- { target: x86_64-apple-darwin , os: macos-12 }
# Note x86 does not appear to be supported past macos-13: https://github.com/actions/runner-images/issues/9741
- { target: x86_64-apple-darwin , os: macos-13 }
- { target: aarch64-apple-darwin , os: macos-14 }
- { target: x86_64-pc-windows-msvc , os: windows-2019 , suffix: .exe }
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
Expand Down

0 comments on commit 5add80e

Please sign in to comment.