Skip to content

Commit

Permalink
workflows: Update all the action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tintou committed Oct 19, 2022
1 parent 288efe2 commit c1ef466
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/daily-6.1-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
build:
name: Build (${{ matrix.configuration.name }})
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

strategy:
matrix:
Expand All @@ -27,14 +27,14 @@ jobs:

steps:
- name: Clean
uses: easimon/maximize-build-space@v4
uses: easimon/maximize-build-space@v6
with:
root-reserve-mb: 20480
swap-size-mb: 1024
remove-dotnet: 'true'

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Build
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/daily-7.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

container:
image: debian:latest
Expand All @@ -20,7 +20,7 @@ jobs:

steps:
- name: Clone build scripts
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Build and upload daily .iso
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

container:
image: debian:latest
Expand All @@ -18,7 +18,7 @@ jobs:

steps:
- name: Clone build scripts
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Build and upload stable .iso
run: |
Expand Down

0 comments on commit c1ef466

Please sign in to comment.