This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fixup CI
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.9
falkTX
2 months ago
parent
aec71d4a0b
commit
5ee4dc4f83
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
3 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build.yml
+1
-1
.github/workflows/dpf.yml
+1
-1
.github/workflows/release.yml
+ 1
- 1
.github/workflows/build.yml
View File
@@ -9,7 +9,7 @@ env:
jobs:
macos-11:
runs-on: macos-1
1
runs-on: macos-1
2
steps:
- uses: actions/checkout@v4
- name: Set up dependencies
+ 1
- 1
.github/workflows/dpf.yml
View File
@@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
target: [macos-intel, macos-universal]
runs-on: macos-1
1
runs-on: macos-1
2
steps:
- uses: actions/checkout@v4
with:
+ 1
- 1
.github/workflows/release.yml
View File
@@ -10,7 +10,7 @@ env:
jobs:
# macOS native universal build
macos_universal:
runs-on: macos-1
1
runs-on: macos-1
2
steps:
- uses: actions/checkout@v4
with:
Write
Preview
Loading…
Cancel
Save