Skip to content

Commit 61c3cf2

Browse files
committed
Switch to the free macos github runner images
1 parent 326b8ed commit 61c3cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: needs.config.outputs.has-secrets
2727
name: Build and Sign
2828

29-
runs-on: macos-14-large
29+
runs-on: macos-14
3030
permissions:
3131
contents: read
3232
env:

.github/workflows/ci_testbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build:
1111
name: Build and Test
12-
runs-on: macos-14-large
12+
runs-on: macos-14
1313
permissions:
1414
contents: read
1515
env:

0 commit comments

Comments
 (0)