Skip to content

Commit

Permalink
Merge pull request #125 from AckeeCZ/update_ci
Browse files Browse the repository at this point in the history
Update CI
  • Loading branch information
olejnjak authored May 26, 2022
2 parents be0a56d + 162b860 commit ed0b278
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [pull_request, push]
jobs:
carthage:
name: Carthage
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: AckeeCZ/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
podspec:
name: Podspec
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- name: Install Bundler dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
carthage:
name: Upload Carthage binary
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: AckeeCZ/[email protected]
Expand All @@ -31,7 +31,7 @@ jobs:
draft: false
cocoapods:
name: Push podspec to Cocoapods trunk
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: AckeeCZ/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [pull_request, push]
jobs:
tests:
name: Run tests
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: AckeeCZ/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/xcode-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.2.1
13.4
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
```

## Next
- Binary is built using Xcode 13.4 ([#125](https://github.com/AckeeCZ/ACKategories/pull/125), kudos to @olejnjak)
- Add `projectedValue` to `UserDefault` property wrapper with `CurrentValueSubject` ([#124](https://github.com/AckeeCZ/ACKategories/pull/124), kudos to @olejnjak)
- Fix navigation stack when managed by flow coordinators in non-linear hierarchy ([#123](https://github.com/AckeeCZ/ACKategories/pull/123), kudos to @olejnjak)
- Add `flatMapLatest` extension to `Publisher`. ([#120](https://github.com/AckeeCZ/ACKategories/pull/120), kudos to @olejnjak)
Expand Down

0 comments on commit ed0b278

Please sign in to comment.