Skip to content

Commit e96d90d

Browse files
committed
Fix variable in workflow file
1 parent b8f3180 commit e96d90d

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 }}
109
strategy:
1110
matrix:
1211
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)