diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 9d2d670ba..34fe4d044 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -14,8 +14,6 @@ jobs: runs-on: macos-latest strategy: - # Safari has some problem with tabs - max-parallel: 1 matrix: include: - PY_VER: py38 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fc631e819..0e3741107 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,6 @@ jobs: runs-on: ubuntu-latest strategy: - max-parallel: 3 matrix: include: - PY_VER: py38 @@ -56,7 +55,6 @@ jobs: runs-on: ubuntu-latest strategy: - max-parallel: 3 matrix: include: - PY_VER: py38 @@ -99,7 +97,6 @@ jobs: runs-on: ubuntu-latest strategy: - max-parallel: 3 matrix: include: - PY_VER: py38