Skip to content

Commit

Permalink
ci: use latest macos
Browse files Browse the repository at this point in the history
  • Loading branch information
owenpearson committed Aug 7, 2024
1 parent 54e251e commit 85f9f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flutter_integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
device: # Device names must be shown in `xcrun simctl list devices`
- 'iPhone 12' # we are not specifying the iOS version as it tends to change
fail-fast: false
runs-on: 'macos-11'
runs-on: 'macos-latest'
steps:
- name: 'List Simulators'
run: 'xcrun simctl list devices'
Expand Down

0 comments on commit 85f9f33

Please sign in to comment.