Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jul 24, 2024
1 parent d721d9f commit 2ce5614
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI-unixish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14]
os: [macos-13, macos-14]
include:
- use_qt6: On
- os: ubuntu-20.04
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14]
os: [macos-13, macos-14]
include:
- use_qt6: On
- os: ubuntu-20.04
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14]
os: [macos-13, macos-14]
fail-fast: false # Prefer quick result

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14]
os: [macos-13, macos-14]
fail-fast: false # Prefer quick result

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14]
os: [macos-13, macos-14]
fail-fast: false # Prefer quick result

runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, macos-12, macos-13, macos-14]
os: [macos-13, macos-14]
fail-fast: false # Prefer quick result

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 2ce5614

Please sign in to comment.