Skip to content

Commit

Permalink
FlyCI macos build is sunsetting. We could just use macos-14 nowadays.
Browse files Browse the repository at this point in the history
  • Loading branch information
atsushieno authored Aug 17, 2024
1 parent 71ec96b commit e0f5888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-13, flyci-macos-large-latest-m1] #, windows-latest]
os: [ubuntu-22.04, macos-13, macos-14] #, windows-latest]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit e0f5888

Please sign in to comment.