Skip to content

Commit 01325e2

Browse files
authored
ci: migrate GitHub Actions workflows to ubuntu-slim (#111)
1 parent 585d347 commit 01325e2

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/dash0.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
otel-export-dash0:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-slim
1414
steps:
1515
- uses: actions/checkout@v7
1616
- name: Export workflow to Dash0

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99
jobs:
1010
test:
11-
runs-on: 'ubuntu-latest'
11+
runs-on: 'ubuntu-slim'
1212
steps:
1313
- uses: actions/checkout@v7
1414
- name: Install dependencies

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212
jobs:
1313
update:
14-
runs-on: 'ubuntu-latest'
14+
runs-on: 'ubuntu-slim'
1515
steps:
1616
- uses: actions/checkout@v7
1717
- name: Install dependencies

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ concurrency:
88
cancel-in-progress: true
99
jobs:
1010
validate:
11-
runs-on: 'ubuntu-latest'
11+
runs-on: 'ubuntu-slim'
1212
steps:
1313
- uses: actions/checkout@v7
1414
- name: Install dependencies

0 commit comments

Comments
 (0)