Skip to content

Commit f37671a

Browse files
authored
Update autobuilder.yml
1 parent 4f78bee commit f37671a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autobuilder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ${{ matrix.os }}
77
strategy:
88
matrix:
9-
os: ['ubuntu-latest', 'ubuntu-latest-arm']
9+
os: ['ubuntu-24.04', 'ubuntu-24.04-arm']
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
@@ -21,4 +21,4 @@ jobs:
2121
- uses: actions/upload-artifact@v4
2222
with:
2323
name: ${{ matrix.os }}_artifact
24-
path: .devel/upload/
24+
path: .devel/upload/

0 commit comments

Comments
 (0)