Skip to content

Commit 333487d

Browse files
authored
Merge pull request #1381 from pysal/jGaboardi-patch-1
modernize macOS testing
2 parents 4cdbf30 + 1f9b34f commit 333487d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
]
3434
include:
3535
- environment-file: ci/312-latest.yaml
36-
os: macos-13 # Intel
36+
os: macos-15-intel # Intel
3737
- environment-file: ci/312-latest.yaml
38-
os: macos-14 # Apple Silicon
38+
os: macos-latest # Apple Silicon
3939
- environment-file: ci/312-latest.yaml
4040
os: windows-latest
4141
fail-fast: false

0 commit comments

Comments
 (0)