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 ccff55d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 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 All @@ -25,11 +25,13 @@ jobs:
env:
CC: ${{ matrix.compiler }}
LD_LIBRARY_PATH: /usr/lib:/usr/local/lib
run: make
CFLAGS: -L/usr/local/lib/
run: make
- name: Tests
env:
CC: ${{ matrix.compiler }}
LD_LIBRARY_PATH: /usr/lib:/usr/local/lib
CFLAGS: -L/usr/local/lib/
run: make test

windows:
Expand All @@ -49,8 +51,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 ccff55d

Please sign in to comment.