Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Apr 9, 2024
1 parent ba30ab2 commit 9af2a17
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ concurrency:
jobs:
mac:
name: macOS
runs-on: macOS-13
runs-on: macos-14
steps:
- uses: actions/checkout@v4
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v2
- name: Select Xcode 15.2
run: sudo xcode-select -s /Applications/Xcode_15.2.app
- name: Select Xcode 15.3
run: sudo xcode-select -s /Applications/Xcode_15.3.app
- name: LFS pull
run: git lfs pull
- name: Install Postgres
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ else
@git lfs pull
endif

PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS 17.2,iPhone \d\+ Pro [^M])
PLATFORM_IOS = iOS Simulator,id=$(call udid_for,iOS 17.4,iPhone \d\+ Pro [^M])
test-client:
@xcodebuild test \
-project App/isowords.xcodeproj \
Expand Down
1 change: 1 addition & 0 deletions Tests/SettingsFeatureTests/SettingsFeatureTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ class SettingsFeatureTests: XCTestCase {
await setMusicVolume.withValue { XCTAssertNoDifference($0, 0.5) }
}

@MainActor
func testSetSoundEffectsVolume() async {
let setSoundEffectsVolume = ActorIsolated<Float?>(nil)
let store = TestStore(
Expand Down

0 comments on commit 9af2a17

Please sign in to comment.