Skip to content

Commit

Permalink
fix: Especifica a versão do runner do job, ao invés de usar macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
wundo committed Apr 7, 2024
1 parent c329b0b commit 810565e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ on:

jobs:
integration_test:
runs-on: macos-latest
timeout-minutes: 20
runs-on: macos-14
env:
IOS_DEVICE: 'iPhone 14 Pro Simulator (16.2)'
steps:
# - name: List all simulators
# run: xcrun xctrace list devices
- name: List all simulators
run: xcrun xctrace list devices

- name: Start Simulator
run: |
Expand Down

0 comments on commit 810565e

Please sign in to comment.