Skip to content

Commit

Permalink
macos: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Apr 13, 2024
1 parent 4506e4d commit 67a4b95
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/binaries.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: Build binaries

on: workflow_dispatch
on:
workflow_dispatch":
# also test this workflow and build scripts in CI when changed
push:
paths:
- '.github/workflows/binaries.yaml'
- 'macosx/*.sh'
pull_request:
paths:
- '.github/workflows/binaries.yaml'
- 'macosx/*.sh'

jobs:

Expand Down
4 changes: 2 additions & 2 deletions macosx/build_thirdparty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ LIB_PNG_URL="https://github.com/glennrp/libpng.git"
LIB_FREETYPE_URL="https://gitlab.freedesktop.org/freetype/freetype.git"
LIB_OPENSSL_URL="https://github.com/openssl/openssl.git"

LIB_SDL_TAG="release-2.30.0"
LIB_SDL_TAG="release-2.30.2"
LIB_SDL_IMAGE_TAG="release-2.8.2"
LIB_SDL_TTF_TAG="release-2.22.0"
LIB_PNG_TAG="v1.6.42"
LIB_PNG_TAG="v1.6.43"
LIB_FREETYPE_TAG="VER-2-13-2"
LIB_OPENSSL_TAG="OpenSSL_1_1_1w"

Expand Down

0 comments on commit 67a4b95

Please sign in to comment.