Skip to content

Commit 189b17c

Browse files
authored
fix(ci): update macos runners (#1604)
1 parent 64fa00f commit 189b17c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
architecture: x86_64
3838
binary-postfix: ".exe"
3939
use-cross: false
40-
- os: macos-13
40+
- os: macos-latest
4141
os-name: macos
4242
target: x86_64-apple-darwin
4343
architecture: x86_64

.github/workflows/release-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Continuous Deployment (Release)
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags:
67
# Run on stable releases
@@ -42,7 +43,7 @@ jobs:
4243
architecture: x86_64
4344
binary-postfix: ".exe"
4445
use-cross: false
45-
- os: macos-13
46+
- os: macos-latest
4647
os-name: macos
4748
target: x86_64-apple-darwin
4849
architecture: x86_64

0 commit comments

Comments
 (0)