Skip to content

Commit

Permalink
chore: use macos 14 runner with M1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin authored and lotem committed Feb 10, 2024
1 parent a06abdc commit 65a66fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '*'
jobs:
build:
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout last commit
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: pull request ci
on: [pull_request]
jobs:
build:
runs-on: macos-latest
runs-on: macos-14
steps:
- name: Checkout last commit
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- '*'
jobs:
build:
runs-on: macos-latest
runs-on: macos-14
env:
SQUIRREL_BUNDLED_RECIPES: 'lotem/rime-octagram-data lotem/rime-octagram-data@hant'
steps:
Expand Down

0 comments on commit 65a66fd

Please sign in to comment.