Skip to content

Commit c5b96e9

Browse files
author
Andrej Rosano
committed
bump gh actions
1 parent af44dfb commit c5b96e9

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-all.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ on: [push]
3939

4040
jobs:
4141
mark-one:
42-
runs-on: ubuntu-22.04
42+
runs-on: ubuntu-24.04
4343
strategy:
4444
fail-fast: false
4545
matrix:
4646
arch: [imx53]
4747
boot: [uSD]
4848
device: [mark-one]
4949
steps:
50-
- uses: actions/checkout@v3.3.0
51-
- uses: actions/setup-go@v3.5.0
50+
- uses: actions/checkout@v4
51+
- uses: actions/setup-go@v5
5252
with:
53-
go-version: '1.22.1'
53+
go-version: '1.24.2'
5454

5555
- name: Prerequisites
5656
run: |
@@ -68,7 +68,7 @@ jobs:
6868
- run: make V=${{ matrix.device }} IMX=${{ matrix.arch }} BOOT=${{ matrix.boot }}
6969

7070
mark-two:
71-
runs-on: ubuntu-22.04
71+
runs-on: ubuntu-24.04
7272
strategy:
7373
fail-fast: false
7474
matrix:
@@ -77,10 +77,10 @@ jobs:
7777
mem: [512M, 1G]
7878
device: [mark-two]
7979
steps:
80-
- uses: actions/checkout@v3.3.0
81-
- uses: actions/setup-go@v3.5.0
80+
- uses: actions/checkout@v4
81+
- uses: actions/setup-go@v5
8282
with:
83-
go-version: '1.22.1'
83+
go-version: '1.24.2'
8484

8585
- name: Prerequisites
8686
run: |

0 commit comments

Comments
 (0)