Skip to content

Commit

Permalink
Merge pull request #236 from uhooi/feature/bump_macos
Browse files Browse the repository at this point in the history
Bump macOS from 14 to 15
  • Loading branch information
uhooi authored Oct 28, 2024
2 parents 963544a + 06f26d0 commit 3cac45f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
jobs:
build:
name: Build for ${{ matrix.project }}
runs-on: macos-14
runs-on: macos-15
strategy:
fail-fast: false
matrix:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ final class SakatsuInputViewModel: ObservableObject {

case let .view(viewAction):
switch viewAction {

case .onAddNewSaunaSetButtonClick:
Task {
uiState.sakatsu.saunaSets.append(await sakatsuRepository.makeDefaultSaunaSet())
Expand Down

0 comments on commit 3cac45f

Please sign in to comment.