Skip to content

Commit a2336cd

Browse files
authored
1 parent 2abd1c0 commit a2336cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/lint.yml

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

1313
jobs:
1414
gaplint:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-slim
1616
steps:
1717
- name: "Check out the repository"
1818
uses: actions/checkout@v6

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
jobs:
3434
tools:
3535
name: "Validate release scripts"
36-
runs-on: ubuntu-latest
36+
runs-on: ubuntu-slim
3737
steps:
3838
- uses: actions/checkout@v6
3939

@@ -262,7 +262,7 @@ jobs:
262262
- unix
263263
- cygwin
264264
if: ${{ always() && github.event_name != 'pull_request' && github.repository == 'gap-system/gap' }}
265-
runs-on: ubuntu-latest
265+
runs-on: ubuntu-slim
266266

267267
steps:
268268
- name: Get branch name

.github/workflows/update-gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626
# Build job
2727
build:
28-
runs-on: ubuntu-latest
28+
runs-on: ubuntu-slim
2929
steps:
3030
- name: Install dependencies
3131
run: |
@@ -76,7 +76,7 @@ jobs:
7676
environment:
7777
name: github-pages
7878
url: ${{ steps.deployment.outputs.page_url }}
79-
runs-on: ubuntu-latest
79+
runs-on: ubuntu-slim
8080
needs: build
8181
steps:
8282
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)