Skip to content

Commit

Permalink
Merge pull request #45 from Montelibero/action-build-environment
Browse files Browse the repository at this point in the history
specify action environment
  • Loading branch information
bulbigood authored Apr 2, 2024
2 parents 6d830f6 + 7e9899c commit 4acf0ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
build-ios:
runs-on: macos-latest
environment: Signing keys
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -40,6 +41,7 @@ jobs:

build-android:
runs-on: macos-latest
environment: Signing keys
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 4acf0ad

Please sign in to comment.