Skip to content

Commit

Permalink
Merge pull request #224 from jGaboardi/GH223_mac_intel
Browse files Browse the repository at this point in the history
test against macOS intel chip
  • Loading branch information
weikang9009 authored Jul 9, 2024
2 parents ab9fc0b + ef52293 commit d3770a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- ci/311-DEV.yaml
include:
- environment-file: ci/311.yaml
os: macos-latest
os: macos-13 # Intel
- environment-file: ci/311.yaml
os: macos-14 # Apple Silicon
- environment-file: ci/311.yaml
os: windows-latest
fail-fast: false
Expand Down

0 comments on commit d3770a8

Please sign in to comment.