Skip to content

Commit 78b705d

Browse files
authored
Update windows runner to windows-latest (#12)
1 parent b7aa3b4 commit 78b705d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-pixi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
ubuntu-22.04,
1616
ubuntu-24.04-arm,
1717
macos-latest,
18-
windows-2019
18+
windows-latest
1919
]
2020
steps:
2121
- uses: actions/checkout@v4
2222

2323
- name: Set up pixi
24-
uses: prefix-dev/setup-pixi@v0.8.1
24+
uses: prefix-dev/setup-pixi@v0.8.14
2525

2626
- name: Build and test the project
2727
run: pixi run test

0 commit comments

Comments
 (0)