Skip to content

Commit 79cc7b6

Browse files
authored
fix(ci): use macos-latest for darwin-x86_64 and fix tag filter pattern (#9)
1 parent e2b43e7 commit 79cc7b6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish to crates.io
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.*"
6+
- "v[0-9]*.[0-9]*.[0-9]*"
77
workflow_dispatch:
88

99
permissions:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release
33
on:
44
push:
55
tags:
6-
- "v[0-9]+.*"
6+
- "v[0-9]*.[0-9]*.[0-9]*"
77

88
permissions:
99
contents: write
@@ -82,7 +82,7 @@ jobs:
8282
platform: linux-aarch64
8383
use-cross: true
8484
- target: x86_64-apple-darwin
85-
os: macos-13
85+
os: macos-latest
8686
platform: darwin-x86_64
8787
use-cross: false
8888
- target: aarch64-apple-darwin

0 commit comments

Comments
 (0)