We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f78bee commit f37671aCopy full SHA for f37671a
1 file changed
.github/workflows/autobuilder.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ${{ matrix.os }}
7
strategy:
8
matrix:
9
- os: ['ubuntu-latest', 'ubuntu-latest-arm']
+ os: ['ubuntu-24.04', 'ubuntu-24.04-arm']
10
steps:
11
- name: Checkout repository
12
uses: actions/checkout@v4
@@ -21,4 +21,4 @@ jobs:
21
- uses: actions/upload-artifact@v4
22
with:
23
name: ${{ matrix.os }}_artifact
24
- path: .devel/upload/
+ path: .devel/upload/
0 commit comments