Skip to content

Commit b8f3180

Browse files
committed
Fix workflow file
1 parent 4cc9885 commit b8f3180

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flatpak-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ on:
66

77
jobs:
88
build:
9+
runs-on: {{ matrix.os }}
910
strategy:
1011
matrix:
1112
os: [ubuntu-24.04, ubuntu-24.04-arm]
12-
runs-on: {{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v4
1515
- name: Install Flatpak

0 commit comments

Comments
 (0)