Skip to content

Commit

Permalink
Try to use macos-14, with M1 chip
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyuwei authored Feb 1, 2024
1 parent cc13577 commit bd5a01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GitHub Actions CI
on: [push]
jobs:
build:
runs-on: macos-13
runs-on: macos-14
steps:
- uses: actions/checkout@v2
- name: Run tests and build App
Expand Down

0 comments on commit bd5a01b

Please sign in to comment.