Skip to content

Commit

Permalink
LibJPEG linking is broken on macOS 14 Sonoma :/
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed Apr 23, 2024
1 parent b3f677d commit b812887
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-13, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -42,7 +42,7 @@ jobs:
xvfb-run --auto-servernum make test verify-cores
- name: macOS
if: matrix.os == 'macos-latest'
if: matrix.os == 'macos-13'
run: |
brew install pkg-config libvpx x264 opus sdl2 jpeg-turbo
make build test verify-cores
Expand Down

0 comments on commit b812887

Please sign in to comment.