We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3cd2c commit 028d14cCopy full SHA for 028d14c
.github/workflows/workflow.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
strategy:
16
matrix:
17
- arch: [ubuntu-24.04, ubuntu-24.04-arm]
+ arch: [ubuntu-latest, ubuntu-24.04-arm]
18
runs-on: ${{ matrix.arch }}
19
20
steps:
@@ -32,7 +32,7 @@ jobs:
32
run: cd build && make && ctest
33
34
build-demo:
35
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-latest
36
37
- uses: actions/checkout@v3
38
@@ -55,7 +55,7 @@ jobs:
55
make aws-lambda-package-demo
56
57
format:
58
59
60
61
0 commit comments