We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f3180 commit e96d90dCopy full SHA for e96d90d
1 file changed
.github/workflows/flatpak-beta.yml
@@ -6,10 +6,10 @@ on:
6
7
jobs:
8
build:
9
- runs-on: {{ matrix.os }}
10
strategy:
11
matrix:
12
os: [ubuntu-24.04, ubuntu-24.04-arm]
+ runs-on: ${{ matrix.os }}
13
steps:
14
- uses: actions/checkout@v4
15
- name: Install Flatpak
0 commit comments