We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a203a59 commit 824ef57Copy full SHA for 824ef57
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ env:
15
16
jobs:
17
clear-cache:
18
- runs-on: ubuntu-latest
+ runs-on: ubuntu-slim
19
permissions:
20
actions: write
21
steps:
@@ -46,7 +46,7 @@ jobs:
46
47
cache-pixi-lock:
48
needs: clear-cache
49
50
outputs:
51
cache-key: ${{ steps.create-and-cache.outputs.cache-key }}
52
pixi-version: ${{ steps.create-and-cache.outputs.pixi-version }}
@@ -82,7 +82,7 @@ jobs:
82
strategy:
83
fail-fast: false
84
matrix:
85
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-slim, macos-latest, windows-latest]
86
87
- name: Checkout repository
88
uses: actions/checkout@v6
0 commit comments