Skip to content

Commit 824ef57

Browse files
committed
Update to ubuntu-slim
1 parent a203a59 commit 824ef57

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
clear-cache:
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-slim
1919
permissions:
2020
actions: write
2121
steps:
@@ -46,7 +46,7 @@ jobs:
4646
4747
cache-pixi-lock:
4848
needs: clear-cache
49-
runs-on: ubuntu-latest
49+
runs-on: ubuntu-slim
5050
outputs:
5151
cache-key: ${{ steps.create-and-cache.outputs.cache-key }}
5252
pixi-version: ${{ steps.create-and-cache.outputs.pixi-version }}
@@ -82,7 +82,7 @@ jobs:
8282
strategy:
8383
fail-fast: false
8484
matrix:
85-
os: [ubuntu-latest, macos-latest, windows-latest]
85+
os: [ubuntu-slim, macos-latest, windows-latest]
8686
steps:
8787
- name: Checkout repository
8888
uses: actions/checkout@v6

0 commit comments

Comments
 (0)