Skip to content

Commit 3307fbe

Browse files
committed
Update old MacOS dependency
1 parent 5f363a5 commit 3307fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
- { target: arm-unknown-linux-gnueabihf , os: ubuntu-20.04 , use-cross: true }
4444
- { target: i686-unknown-linux-gnu , os: ubuntu-20.04 , use-cross: true }
4545
- { target: i686-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }
46-
- { target: x86_64-apple-darwin , os: macos-12 }
47-
- { target: aarch64-apple-darwin , os: macos-14 }
46+
- { target: x86_64-apple-darwin , os: macos-13 }
47+
- { target: aarch64-apple-darwin , os: macos-13 }
4848
- { target: x86_64-pc-windows-msvc , os: windows-2019 , suffix: .exe }
4949
- { target: x86_64-unknown-linux-gnu , os: ubuntu-20.04 }
5050
- { target: x86_64-unknown-linux-musl , os: ubuntu-20.04 , use-cross: true }

0 commit comments

Comments
 (0)