Skip to content

Commit

Permalink
Merge pull request #1168 from WalletConnect/hotfix/release-ci
Browse files Browse the repository at this point in the history
[CI] Run ci on apple-silicon
  • Loading branch information
flypaper0 authored Oct 9, 2023
2 parents 1a03973 + bdccbe3 commit a8512fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ env:
PACKAGE_VERSION: ${{ github.event.pull_request.title }}
jobs:
set-user-agent:
runs-on: macos-latest
runs-on:
group: apple-silicon
steps:
- uses: actions/checkout@v2
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ on:

jobs:
build:
runs-on: macos-12
runs-on:
group: apple-silicon

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Example/ExampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3223,7 +3223,7 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/WalletConnect/web3modal-swift";
requirement = {
branch = "feat/ui-package";
branch = develop;
kind = branch;
};
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@
"package": "swift-web3modal",
"repositoryURL": "https://github.com/WalletConnect/web3modal-swift",
"state": {
"branch": "feat/ui-package",
"revision": "c87ab80f45452e1980b018bfabd8ec1f672c5ed3",
"branch": "develop",
"revision": "24602e2acee171fac26aa978b30666deec68a08f",
"version": null
}
}
Expand Down

0 comments on commit a8512fc

Please sign in to comment.