diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6b6983a..ccc24c9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -28,7 +28,7 @@ jobs: - os: "ubuntu-latest" target: "x86_64-unknown-linux-gnu" cross: true - - os: "macos-10.15" + - os: "macos-latest" target: "x86_64-apple-darwin" cross: true - os: "ubuntu-latest"