Skip to content

Commit

Permalink
fix: macos ci by upgrading to macos-15
Browse files Browse the repository at this point in the history
  • Loading branch information
Conni2461 committed Dec 12, 2024
1 parent cf48d4d commit d0d9019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12]
os: [ubuntu-24.04, macos-15]
compiler: [gcc, clang]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -49,8 +49,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12]
rev: [nightly, v0.9.5, v0.10.0]
os: [ubuntu-24.04, macos-15]
rev: [nightly, v0.9.5, v0.10.1]
steps:
- uses: actions/checkout@v4
- uses: rhysd/action-setup-vim@v1
Expand Down

0 comments on commit d0d9019

Please sign in to comment.