Skip to content

Commit

Permalink
Merge pull request #227 from pysal/jGaboardi-patch-1
Browse files Browse the repository at this point in the history
macOS testing -- Intel & Apple Silicon CI -- update testing.yml
  • Loading branch information
knaaptime authored Jul 12, 2024
2 parents 9f5714c + f4be56f commit 4ddd3e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: Continuous Integration

on:
push:
Expand Down Expand Up @@ -28,11 +28,11 @@
- ci/311.yml
- ci/312.yml
include:
- environment-file: ci/311.yml
os: macos-latest
- environment-file: ci/311.yml
- environment-file: ci/312.yml
os: macos-13 # Intel
- environment-file: ci/312.yml
os: macos-14 # Apple Silicon
- environment-file: ci/311.yml
- environment-file: ci/312.yml
os: windows-latest
defaults:
run:
Expand Down

0 comments on commit 4ddd3e4

Please sign in to comment.