Skip to content

Commit

Permalink
run CI on M1 Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Jan 31, 2024
1 parent c061489 commit 7465f8d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Stable and nightly
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
version: [stable, nightly]
neovim: [true, false]
fail-fast: false
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
python-version: '3.x'
- run: pip install yamllint
- run: yamllint --strict .github/workflows
- name: Check workflow files
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
# - name: Check workflow files
# run: |
# bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
# ./actionlint -color

0 comments on commit 7465f8d

Please sign in to comment.