Skip to content

Commit

Permalink
Merge pull request #1124 from kmilos/patch-1
Browse files Browse the repository at this point in the history
CI: add macOS arm64 job
  • Loading branch information
farindk authored Feb 5, 2024
2 parents 51da10c + 1868f70 commit 33e00a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
build:
strategy:
matrix:
runner: [ macos-12, macos-14 ]
env:
- { NAME: "nothing" }
- { NAME: "cmake", WITH_GRAPHICS: 1, WITH_X265: 1, WITH_AOM: 1, WITH_LIBDE265: 1 }
- { NAME: "libde265 (1) / x265 / graphics", WITH_GRAPHICS: 1, WITH_X265: 1, WITH_LIBDE265: 1 }
- { NAME: "libde265 (2) / x265 / graphics", WITH_GRAPHICS: 1, WITH_X265: 1, WITH_LIBDE265: 2 }
env: ${{ matrix.env }}
runs-on: macos-12
runs-on: ${{ matrix.runner }}
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 33e00a4

Please sign in to comment.