Skip to content

Commit

Permalink
Merge pull request #148 from godotengine/ci/exl
Browse files Browse the repository at this point in the history
ci: Exclude macos tests below 27.x
  • Loading branch information
NathanLovato authored May 9, 2024
2 parents 2737f1c + ab6aae8 commit 4ae8760
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- os: windows-latest
emacs-version: snapshot
experimental: true
exclude:
- os: macos-latest
emacs-version: 26.3
- os: macos-latest
emacs-version: 27.2

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 4ae8760

Please sign in to comment.