Skip to content

Commit

Permalink
macos-latest is now macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Apr 28, 2024
1 parent f7853f3 commit b4d3c0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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, macos-14]
os: [ubuntu-latest, macos-latest, windows-latest, macos-12]
version: [stable, nightly]
neovim: [true, false]
fail-fast: false
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
name: Check unit tests and linter
strategy:
matrix:
os: [ubuntu-latest, macos-latest, macos-14]
os: [ubuntu-latest, macos-latest, macos-12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/released.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Validate release
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest, macos-14]
os: [ubuntu-latest, macos-latest, windows-latest, macos-12]
neovim: [true, false]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b4d3c0f

Please sign in to comment.