~widelands-dev/widelands/trunk

« back to all changes in this revision

Viewing changes to .github/workflows/build_macos.yaml

  • Committer: The Widelands Bunnybot
  • Date: 2024-10-28 10:22:41 UTC
  • Revision ID: bunnybot@widelands.org-20241028102241-sf72jwusff12hjyi
Fix for 6444 using mac dylibbundler to packe the .app Bundle (CB #4910 / GH #6549)

Co-authored-by: klaus.halfmann <klaus.halfmann@arcor.de>
Co-authored-by: tothxa <tothxa@noreply.codeberg.org>

(by bunnybot)
62b4f285e4560dd3366dd59eae487c1378fea7ab

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
jobs:
6
6
  macos:
7
7
    strategy:
 
8
      fail-fast: false
8
9
      matrix:
9
10
        config: [debug, release]
10
11
        compiler: [clang]