Skip to content

Commit

Permalink
Change the CI execution environment to macos
Browse files Browse the repository at this point in the history
Based on the results from the verification job set up in #111, changing the machine type successfully generated the iOS target artifacts.
Therefore, we will apply this change to the job that uploads the library to Maven Central.
  • Loading branch information
ogaclejapan committed Nov 5, 2024
1 parent d7835e0 commit d1180f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/publish-local.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
publish:
runs-on: ubuntu-latest
runs-on: macos-latest

permissions:
contents: write
Expand Down

0 comments on commit d1180f4

Please sign in to comment.