Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch macos-13 to macos-latest in CI #2563

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Conversation

vrabaud
Copy link
Collaborator

@vrabaud vrabaud commented Jan 7, 2025

The CI on macos-13 has been slower to trigger, probably due to it being phased out (macos-15 is out now).

The CI on macos-13 has been slower to trigger, probably due to it
being phased out (macos-15 is out now).
@vrabaud vrabaud requested a review from y-guyon January 7, 2025 16:35
@vrabaud vrabaud marked this pull request as ready for review January 7, 2025 16:35
@vrabaud vrabaud merged commit acbf0e8 into AOMediaCodec:main Jan 7, 2025
23 checks passed
@vrabaud vrabaud deleted the fuzztest2 branch January 7, 2025 16:36
@@ -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 \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One way to avoid this is to build a simple test program instead of avifenc.c. Then we don't need to compile apps/shared/*.c third_party/iccjpeg/iccjpeg.c and link with -lpng -ljpeg -lz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants