File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -39,18 +39,18 @@ on: [push]
3939
4040jobs :
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 : |
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 : |
You can’t perform that action at this time.
0 commit comments