diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 58ab59e..15e834e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index c74aae0..2795d7e 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -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 diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b52074c..378758a 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -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 diff --git a/IonicPortals.podspec b/IonicPortals.podspec index f73e96e..2be7af5 100644 --- a/IonicPortals.podspec +++ b/IonicPortals.podspec @@ -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'