Skip to content

Commit

Permalink
Use macos-latest instead of macos-10.15 (actions/runner-images#4060)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsenko committed Jan 10, 2022
1 parent b775a21 commit d90e728
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/realm-dart-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

jobs:
CI:
runs-on: macos-10.15
runs-on: macos-latest
env:
REALM_CI: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/realm-flutter-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
CI:
runs-on: macos-10.15
runs-on: macos-latest
env:
REALM_CI: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/realm-flutter-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
CI:
runs-on: macos-10.15
runs-on: macos-latest
env:
REALM_CI: true

Expand Down

0 comments on commit d90e728

Please sign in to comment.