Skip to content

Commit

Permalink
Remove macOS support and exclude Intel on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
gha3mi committed Feb 24, 2024
1 parent 18d2da9 commit e7f1ebc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/fpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
toolchain:
- {compiler: gcc}
- {compiler: intel}
- {compiler: intel-classic}
exclude:
- os: macos-latest
- os: windows-latest
toolchain: {compiler: intel}
- os: windows-latest
toolchain: {compiler: intel-classic}

steps:
- name: Checkout code
Expand Down

0 comments on commit e7f1ebc

Please sign in to comment.