Skip to content

Commit

Permalink
CI: fix MacOS + use system SFML
Browse files Browse the repository at this point in the history
  • Loading branch information
substring committed Nov 25, 2024
1 parent 8ad0ec9 commit 71b1050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- { name: Windows x64, os: ubuntu-20.04, amflags: CROSS=1 FE_WINDOWS_COMPILE=1, crossprefix: x86_64-w64-mingw32.static- }
- { name: Linux x64 KMS, os: ubuntu-20.04, amflags: USE_DRM=1 }
- { name: Linux x64 X11, os: ubuntu-20.04 }
- { name: MacOS, os: macos-12, amflags: prefix=.., flags: -DSFML_USE_SYSTEM_DEPS=1 }
- { name: MacOS, os: macos-latest, amflags: prefix=.. USE_SYSTEM_SFML=1, flags: -DSFML_USE_SYSTEM_DEPS=1 }
- { name: armv7, os: ubuntu-20.04, archos: buster, shell: bash, amflags: USE_DRM=1 USE_MMAL=1}
- { name: aarch64, os: ubuntu-20.04, archos: buster, shell: bash, amflags: USE_DRM=1}
config:
Expand Down

0 comments on commit 71b1050

Please sign in to comment.