Skip to content

Commit

Permalink
Release 0.7.0 (#57)
Browse files Browse the repository at this point in the history
* chore(ci): Update macos-latest to `macos-11` to ensure Xcode 13.2.1
availability

* Commit from GitHub Actions (Prerelease)

Co-authored-by: Steven0351 <[email protected]>
  • Loading branch information
Steven0351 and Steven0351 authored Nov 22, 2022
1 parent 20af832 commit 87692d0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '**'
jobs:
test:
runs-on: macos-latest
runs-on: macos-11
timeout-minutes: 30
steps:
- run: sudo xcode-select --switch /Applications/Xcode_13.2.1.app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
update-version:
runs-on: macos-latest
runs-on: macos-11
timeout-minutes: 30
steps:
- run: sudo xcode-select --switch /Applications/Xcode_13.2.1.app
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
publish-to-cocoapods:
runs-on: macos-latest
runs-on: macos-11
timeout-minutes: 30
steps:
- run: sudo xcode-select --switch /Applications/Xcode_13.2.1.app
Expand Down
2 changes: 1 addition & 1 deletion IonicPortals.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'IonicPortals'
s.version = '0.6.5'
s.version = '0.7.0'
s.summary = 'Ionic Portals'
s.social_media_url = 'https://twitter.com/capacitorjs'
s.license = 'Commercial'
Expand Down

0 comments on commit 87692d0

Please sign in to comment.