Skip to content

Commit a4f1944

Browse files
authored
Use macos-15-intel (#18)
1 parent c8441c0 commit a4f1944

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
os: [ubuntu-latest, windows-latest]
3232
python-version: ["39", "310", "311", "312"]
3333
include:
34-
- os: macos-13
34+
- os: macos-15-intel
3535
python-version: "39"
36-
- os: macos-14
36+
- os: macos-latest
3737
python-version: "312"
3838
env:
3939
PIXI_ENV_NAME: test-py${{ matrix.python-version }}

0 commit comments

Comments
 (0)