Skip to content

Commit 5f9f3aa

Browse files
authored
Merge pull request #5 from externpro/updates
updates
2 parents 7affbf1 + c90781e commit 5f9f3aa

4 files changed

Lines changed: 15 additions & 5 deletions

File tree

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,24 @@ on:
77
workflow_dispatch:
88
jobs:
99
linux:
10-
uses: externpro/externpro/.github/workflows/build-linux.yml@25.04
10+
uses: externpro/externpro/.github/workflows/build-linux.yml@25.05
1111
with:
1212
cmake-workflow-preset: LinuxRelease
1313
runon: ubuntu-latest
1414
secrets: inherit
1515
linux-arm64:
16-
uses: externpro/externpro/.github/workflows/build-linux.yml@25.04
16+
uses: externpro/externpro/.github/workflows/build-linux.yml@25.05
1717
with:
1818
cmake-workflow-preset: LinuxRelease
1919
runon: ubuntu-24.04-arm
2020
secrets: inherit
21+
macos:
22+
uses: externpro/externpro/.github/workflows/build-macos.yml@main
23+
with:
24+
cmake-workflow-preset: DarwinRelease
25+
secrets: inherit
2126
windows:
22-
uses: externpro/externpro/.github/workflows/build-windows.yml@25.04
27+
uses: externpro/externpro/.github/workflows/build-windows.yml@25.05
2328
with:
2429
cmake-workflow-preset: WindowsRelease
2530
secrets: inherit
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ on:
99
jobs:
1010
# Upload build artifacts as release assets
1111
release-from-build:
12-
uses: externpro/externpro/.github/workflows/release-from-build.yml@25.04
12+
uses: externpro/externpro/.github/workflows/release-from-build.yml@25.05
1313
with:
1414
workflow_run_url: ${{ github.event.inputs.workflow_run_url }}
1515
artifact_pattern: "*.tar.xz"
16+
permissions:
17+
contents: write
18+
id-token: write
19+
attestations: write
1620
secrets: inherit

CMakePresets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"version": 8,
33
"include": [
44
".devcontainer/cmake/presets/xpLinuxNinja.json",
5+
".devcontainer/cmake/presets/xpDarwinNinja.json",
56
".devcontainer/cmake/presets/xpWindowsVs2022.json"
67
]
78
}

0 commit comments

Comments
 (0)