Skip to content

Commit 028d14c

Browse files
committed
fix: cleanup
1 parent bf3cd2c commit 028d14c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
strategy:
1616
matrix:
17-
arch: [ubuntu-24.04, ubuntu-24.04-arm]
17+
arch: [ubuntu-latest, ubuntu-24.04-arm]
1818
runs-on: ${{ matrix.arch }}
1919

2020
steps:
@@ -32,7 +32,7 @@ jobs:
3232
run: cd build && make && ctest
3333

3434
build-demo:
35-
runs-on: ubuntu-24.04
35+
runs-on: ubuntu-latest
3636
steps:
3737
- uses: actions/checkout@v3
3838

@@ -55,7 +55,7 @@ jobs:
5555
make aws-lambda-package-demo
5656
5757
format:
58-
runs-on: ubuntu-24.04
58+
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v3
6161

0 commit comments

Comments
 (0)