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 d320d34
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +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)'
IOS_DEVICE: 'iPhone 14 Pro Simulator (17.4)'
steps:
# Uncomment the following line to see all available simulators upon
# macos version change.
# - name: List all simulators
# run: xcrun xctrace list devices

Expand Down

0 comments on commit d320d34

Please sign in to comment.