Skip to content

Commit

Permalink
Force macOS to 13 (#2134)
Browse files Browse the repository at this point in the history
This is until 14 is fully deployed.
  • Loading branch information
vrabaud authored Apr 25, 2024
1 parent 575f8c0 commit 4d788d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unix-shared-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
libyuv: [OFF, LOCAL]
include:
- runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-unix-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
pull_request:
paths:
- '.github/workflows/ci-unix-static-yml'
- '.github/workflows/ci-unix-static.yml'
- '**CMakeLists.txt'
- 'cmake/**'
- 'ext/**'
Expand All @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-13]
build-type: [Release, Debug]
include:
- runs-on: ubuntu-latest
Expand Down

0 comments on commit 4d788d6

Please sign in to comment.