Skip to content

Commit 65a66fd

Browse files
Bambooinlotem
authored andcommitted
1 parent a06abdc commit 65a66fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/commit-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '*'
66
jobs:
77
build:
8-
runs-on: macos-latest
8+
runs-on: macos-14
99
steps:
1010
- name: Checkout last commit
1111
uses: actions/checkout@v4

.github/workflows/pull-request-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: pull request ci
22
on: [pull_request]
33
jobs:
44
build:
5-
runs-on: macos-latest
5+
runs-on: macos-14
66
steps:
77
- name: Checkout last commit
88
uses: actions/checkout@v4

.github/workflows/release-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- '*'
66
jobs:
77
build:
8-
runs-on: macos-latest
8+
runs-on: macos-14
99
env:
1010
SQUIRREL_BUNDLED_RECIPES: 'lotem/rime-octagram-data lotem/rime-octagram-data@hant'
1111
steps:

0 commit comments

Comments
 (0)