We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a194db0 commit 72e4ad5Copy full SHA for 72e4ad5
.github/workflows/merge.yml
@@ -8,7 +8,7 @@ permissions:
8
9
jobs:
10
merge:
11
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-slim
12
if: github.actor == 'dependabot[bot]' && github.repository == 'josh/lazy-nvim-nix'
13
14
steps:
.github/workflows/nix.yml
@@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
15
os:
16
- - "ubuntu-24.04"
+ - "ubuntu-slim"
17
- "ubuntu-24.04-arm"
18
- "macos-15"
19
0 commit comments