We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2b43e7 commit 79cc7b6Copy full SHA for 79cc7b6
2 files changed
.github/workflows/publish.yml
@@ -3,7 +3,7 @@ name: Publish to crates.io
3
on:
4
push:
5
tags:
6
- - "v[0-9]+.*"
+ - "v[0-9]*.[0-9]*.[0-9]*"
7
workflow_dispatch:
8
9
permissions:
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release
contents: write
@@ -82,7 +82,7 @@ jobs:
82
platform: linux-aarch64
83
use-cross: true
84
- target: x86_64-apple-darwin
85
- os: macos-13
+ os: macos-latest
86
platform: darwin-x86_64
87
use-cross: false
88
- target: aarch64-apple-darwin
0 commit comments