Skip to content

Commit

Permalink
Switch macos-13 to macos-latest in CI (AOMediaCodec#2563)
Browse files Browse the repository at this point in the history
The CI on macos-13 has been slower to trigger, probably due to it
being phased out (macos-15 is out now).
  • Loading branch information
vrabaud authored Jan 7, 2025
1 parent 0def9e5 commit acbf0e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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-24.04, macos-13]
os: [ubuntu-24.04, macos-latest]
libyuv: [OFF, LOCAL]
include:
- runs-on: ubuntu-24.04
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/ci-unix-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-24.04, macos-13]
os: [ubuntu-24.04, macos-latest]
build-type: [Release, Debug]
include:
- runs-on: ubuntu-24.04
Expand Down Expand Up @@ -78,6 +78,7 @@ jobs:
- name: Check static link bundling
run: |
${{ env.CC }} -o avifenc -I./apps/shared -I./third_party/iccjpeg -I./include apps/avifenc.c \
-I/opt/homebrew/include/ -L/opt/homebrew/lib \
apps/shared/*.c third_party/iccjpeg/iccjpeg.c build/libavif.a \
-lpng -ljpeg -lz -lm -ldl -lstdc++
Expand Down

0 comments on commit acbf0e8

Please sign in to comment.