Skip to content

Commit

Permalink
mac-x64
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Apr 26, 2024
1 parent d1c77ba commit 4fefaf8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-publish-reusable-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Build And Publish Reusable Workflow
on:
push:
branches: ["main"]
workflow_call:
inputs:
app-name:
Expand Down Expand Up @@ -263,7 +265,7 @@ jobs:
# MIGRATIONS_DEEPLINKS_APP_URL: http://host.docker.internal:3007
# MIGRATIONS_DEEPLINKS_URL: http://host.docker.internal:3006
DOCKER: 1
runs-on: [macos-13, x64]
runs-on: macos-13
steps:
- uses: actions/checkout@v4
- name: Reconfigure git to use HTTP authentication
Expand Down

0 comments on commit 4fefaf8

Please sign in to comment.