Skip to content

Commit

Permalink
[#498] Reset
Browse files Browse the repository at this point in the history
  • Loading branch information
ducbm051291 committed Nov 16, 2023
1 parent 2c976e5 commit e616278
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_uikit_install_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:
jobs:
Test:
name: Test
runs-on: {RUNNER_TYPE}
runs-on: macOS-latest
steps:
- uses: actions/checkout@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_upload_build_to_firebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
build:
name: Build
runs-on: {RUNNER_TYPE}
runs-on: macOS-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_upload_build_to_test_flight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
build:
name: Build
runs-on: {RUNNER_TYPE}
runs-on: macOS-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v3
Expand Down

0 comments on commit e616278

Please sign in to comment.