Skip to content

Commit 809e3f8

Browse files
committed
ci: solve a problem with the latest version of macos
1 parent 99c0c0c commit 809e3f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- target: x86_64-unknown-linux-musl
3131
os: ubuntu-20.04
3232
- target: x86_64-apple-darwin
33-
os: macos-latest
33+
os: macos-13
3434
- target: x86_64-pc-windows-msvc
3535
os: windows-latest
3636
steps:
@@ -70,4 +70,4 @@ jobs:
7070
# - name: Publish
7171
# env:
7272
# CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
73-
# run: cargo publish --no-verify
73+
# run: cargo publish --no-verify

0 commit comments

Comments
 (0)