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 64fa00f commit 189b17cCopy full SHA for 189b17c
.github/workflows/nightly.yml
@@ -37,7 +37,7 @@ jobs:
37
architecture: x86_64
38
binary-postfix: ".exe"
39
use-cross: false
40
- - os: macos-13
+ - os: macos-latest
41
os-name: macos
42
target: x86_64-apple-darwin
43
.github/workflows/release-cd.yml
@@ -1,6 +1,7 @@
1
name: Continuous Deployment (Release)
2
3
on:
4
+ workflow_dispatch:
5
push:
6
tags:
7
# Run on stable releases
@@ -42,7 +43,7 @@ jobs:
44
45
46
47
48
49
0 commit comments