Skip to content

Commit

Permalink
Do not test on macos-12 as the images are not available any more (tak…
Browse files Browse the repository at this point in the history
…e 2)
  • Loading branch information
apolukhin committed Dec 22, 2024
1 parent 92b1c79 commit a64b8b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ]
os: [ ubuntu-20.04, ubuntu-22.04, macos-13, macos-14 ]
shared: [ OFF, ON ]

runs-on: ${{matrix.os}}
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14 ]
os: [ ubuntu-20.04, ubuntu-22.04, macos-13, macos-14 ]
shared: [ OFF, ON ]

runs-on: ${{matrix.os}}
Expand Down

0 comments on commit a64b8b7

Please sign in to comment.