We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7aa3b4 commit 78b705dCopy full SHA for 78b705d
1 file changed
.github/workflows/test-pixi.yaml
@@ -15,13 +15,13 @@ jobs:
15
ubuntu-22.04,
16
ubuntu-24.04-arm,
17
macos-latest,
18
- windows-2019
+ windows-latest
19
]
20
steps:
21
- uses: actions/checkout@v4
22
23
- name: Set up pixi
24
- uses: prefix-dev/setup-pixi@v0.8.1
+ uses: prefix-dev/setup-pixi@v0.8.14
25
26
- name: Build and test the project
27
run: pixi run test
0 commit comments