Skip to content

Commit

Permalink
change os description
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed May 24, 2024
1 parent e701843 commit a5cab9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ jobs:
( cd server; LIVE_MODE=true dart run bin/server.dart ) &
flutter test -d $UDID integration_test/lib_test.dart --dart-define USE_LOCAL_SERVER=true
ios:
ios-17:
runs-on: macos-14
timeout-minutes: 60
if: inputs.enable_ios
Expand Down Expand Up @@ -315,7 +315,7 @@ jobs:
flutter test -d macos integration_test/lib_test.dart --dart-define USE_LOCAL_SERVER=true
flutter test -d macos integration_test/app_test.dart --dart-define USE_LOCAL_SERVER=true
macos:
macos-14:
runs-on: macos-14
timeout-minutes: 45
#if: false # TODO: Tests on macOS 14 currently fail.
Expand Down

0 comments on commit a5cab9c

Please sign in to comment.