Skip to content

Commit 68b553e

Browse files
authored
Remove mac dependency from merge-and-upload job
1 parent 89d5269 commit 68b553e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
path: "*.fmu"
122122

123123
merge-and-upload:
124-
needs: [dockcross, mac]
124+
needs: [dockcross]
125125
runs-on: ubuntu-latest
126126
steps:
127127
- name: Checkout code

0 commit comments

Comments
 (0)