From d1f2ee606de3247c56085913026bd9cf2920d304 Mon Sep 17 00:00:00 2001 From: Aleksey Kulikov Date: Sat, 30 Oct 2021 11:15:57 +0300 Subject: [PATCH] run macos test on macos-11 --- .github/workflows/master.yml | 2 +- test/credentials_test.dart | 2 -- test/remote_test.dart | 2 -- test/submodule_test.dart | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 3bbfe8d..90ba2a5 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -36,7 +36,7 @@ jobs: strategy: fail-fast: false matrix: - platform: [ubuntu-latest, macos-latest, windows-latest] + platform: [ubuntu-latest, macos-11, windows-latest] runs-on: ${{ matrix.platform }} steps: diff --git a/test/credentials_test.dart b/test/credentials_test.dart index 64bfd92..c514913 100644 --- a/test/credentials_test.dart +++ b/test/credentials_test.dart @@ -1,5 +1,3 @@ -@Retry(10) - import 'dart:io'; import 'package:libgit2dart/libgit2dart.dart'; diff --git a/test/remote_test.dart b/test/remote_test.dart index b538cde..494f0a1 100644 --- a/test/remote_test.dart +++ b/test/remote_test.dart @@ -1,5 +1,3 @@ -@Retry(10) - import 'dart:io'; import 'package:libgit2dart/libgit2dart.dart'; diff --git a/test/submodule_test.dart b/test/submodule_test.dart index 083b03d..ab9ea40 100644 --- a/test/submodule_test.dart +++ b/test/submodule_test.dart @@ -1,5 +1,3 @@ -@Retry(10) - import 'dart:ffi'; import 'dart:io';