Skip to content

Commit

Permalink
Exclude older Agda versions for macOS (>=14)
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkokke committed Aug 21, 2024
1 parent 1f3aa64 commit bd82651
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/sample-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
agda-version: ['2.7.0', '2.6.4.3', '2.6.3']
agda-version: ['2.6.4.3', '2.6.3', '2.6.2.2']
exclude:
# Exclude older Agda versions for macOS (>=14)
- agda-version: '2.6.2.2'
os: macos-14

runs-on: ${{ matrix.os }}
steps:
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,11 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
agda-version: ['2.7.0', '2.6.4.3', '2.6.3']
agda-version: ['2.6.4.3', '2.6.3', '2.6.2.2']
exclude:
# Exclude older Agda versions for macOS (>=14)
- agda-version: '2.6.2.2'
os: macos-14

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

0 comments on commit bd82651

Please sign in to comment.