Skip to content

Commit

Permalink
Merge pull request #16 from takahirom/patch-1
Browse files Browse the repository at this point in the history
Use macos-latest to release ios artifacts in GitHub Actions
  • Loading branch information
rharter authored Apr 16, 2024
2 parents f2910ac + 5cf4b98 commit 39d9317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
jobs:
build:
name: Build and Test
runs-on: 'ubuntu-latest'
runs-on: 'macos-latest'
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 39d9317

Please sign in to comment.