Skip to content

Commit 532efc7

Browse files
committed
ubuntu-slim
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 80e997f commit 532efc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
command: alp --version
2323

2424
test:
25-
runs-on: macos-latest
25+
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout code
2828
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -38,7 +38,7 @@ jobs:
3838
cram test
3939
4040
lint:
41-
runs-on: ubuntu-latest
41+
runs-on: ubuntu-slim
4242
steps:
4343
- name: Checkout code
4444
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
@@ -48,7 +48,7 @@ jobs:
4848
run: make lint
4949

5050
format:
51-
runs-on: ubuntu-latest
51+
runs-on: ubuntu-slim
5252
steps:
5353
- name: Checkout code
5454
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)