Skip to content

Commit

Permalink
Update GitHub actions for build test
Browse files Browse the repository at this point in the history
Bump the macos version
  • Loading branch information
u-235 authored Oct 25, 2024
1 parent 9ffed4b commit d6a6ee6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,20 @@ jobs:
- {
name: Win_x64,
os: windows-2019,
q_extra: "",
build: nmake
}
- {
name: Linux_x64,
os: ubuntu-20.04,
q_extra: "",
build: make
}
- {
name: macOS_x64,
os: macos-12,
os: macos-13,
# https://stackoverflow.com/a/77631382
q_extra: "-early QMAKE_DEFAULT_LIBDIRS=$(xcrun -show-sdk-path)/usr/lib",
build: make
}

Expand All @@ -64,7 +68,7 @@ jobs:
modules: ${{ matrix.qt.modules}}

- name: Setup project
run: qmake -recursive CONFIG+=debug
run: qmake -recursive CONFIG+=debug ${{ matrix.config.q_extra }}

- name: Build project
run: ${{ matrix.config.build }}

0 comments on commit d6a6ee6

Please sign in to comment.