Skip to content

Commit

Permalink
ci: remove macos-14
Browse files Browse the repository at this point in the history
  • Loading branch information
adoyle-h committed Sep 6, 2024
1 parent 6b9a563 commit 5a42430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fail-fast: true
max-parallel: 10
matrix:
os: ['ubuntu-22.04', 'macos-13', 'macos-14']
os: ['ubuntu-22.04', 'macos-13']
# Bash 4.0 has bug on MacOS. https://github.com/adoyle-h/lobash/blob/develop/docs/with-lower-version-bash.md#not-test-with-bash-40
BASHVER: ['4.1', '4.2', '4.3', '4.4', '5.0', '5.1', '5.2', '5.2.9']

Expand Down

0 comments on commit 5a42430

Please sign in to comment.