Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ollama
Commits
046054fa
Unverified
Commit
046054fa
authored
Nov 04, 2024
by
Daniel Hiltgen
Committed by
GitHub
Nov 04, 2024
Browse files
CI: Switch to v13 macos runner (#7498)
parent
95483f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/release.yaml
.github/workflows/release.yaml
+3
-3
No files found.
.github/workflows/release.yaml
View file @
046054fa
...
@@ -12,7 +12,7 @@ on:
...
@@ -12,7 +12,7 @@ on:
jobs
:
jobs
:
# Full build of the Mac assets
# Full build of the Mac assets
build-darwin
:
build-darwin
:
runs-on
:
macos-1
2
runs-on
:
macos-1
3
environment
:
release
environment
:
release
steps
:
steps
:
-
uses
:
actions/checkout@v4
-
uses
:
actions/checkout@v4
...
@@ -43,8 +43,8 @@ jobs:
...
@@ -43,8 +43,8 @@ jobs:
APPLE_PASSWORD
:
${{ secrets.APPLE_PASSWORD }}
APPLE_PASSWORD
:
${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID
:
${{ vars.APPLE_TEAM_ID }}
APPLE_TEAM_ID
:
${{ vars.APPLE_TEAM_ID }}
APPLE_ID
:
${{ vars.APPLE_ID }}
APPLE_ID
:
${{ vars.APPLE_ID }}
SDKROOT
:
/Applications/Xcode_1
3.
4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
SDKROOT
:
/Applications/Xcode_14.1.
0.
app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk
DEVELOPER_DIR
:
/Applications/Xcode_1
3.
4.1.app/Contents/Developer
DEVELOPER_DIR
:
/Applications/Xcode_14.1.
0.
app/Contents/Developer
run
:
|
run
:
|
./scripts/build_darwin.sh
./scripts/build_darwin.sh
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment