Skip to content

Commit

Permalink
Fix updated CI
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jul 14, 2024
1 parent 0850a27 commit 1de5d28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
#dpf_path: .

ubuntu-22-04:
env:
TARGET_SUFFIX: _22_04
strategy:
matrix:
target: [linux-arm64, linux-armhf, linux-i686, linux-x86_64, win32, win64, pluginval]
Expand All @@ -42,6 +44,8 @@ jobs:
dpf_path: .

macos-12:
env:
TARGET_SUFFIX: _12
strategy:
matrix:
target: [macos-intel, macos-universal, macos-10.15]
Expand All @@ -56,6 +60,8 @@ jobs:
dpf_path: .

macos-13:
env:
TARGET_SUFFIX: _13
strategy:
matrix:
target: [macos-intel, macos-universal, macos-10.15]
Expand All @@ -70,6 +76,8 @@ jobs:
dpf_path: .

macos-14:
env:
TARGET_SUFFIX: _14
strategy:
matrix:
target: [macos-intel, macos-universal, macos-10.15]
Expand Down

0 comments on commit 1de5d28

Please sign in to comment.