File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 9
9
build-desktop :
10
10
strategy :
11
11
matrix :
12
- os : [ubuntu-latest , windows-latest, macos-latest]
12
+ os : [ubuntu-22.04 , windows-latest, macos-latest]
13
13
include :
14
- - os : ubuntu-latest
14
+ - os : ubuntu-22.04
15
15
os_name : linux
16
16
asset_suffix_cli : lin-x64
17
17
asset_suffix_gui : gui-lin-x64
36
36
runs-on : ${{ matrix.os }}
37
37
38
38
steps :
39
+
39
40
- name : Checkout code
40
41
uses : actions/checkout@v4
41
42
94
95
path : artifacts/
95
96
96
97
build-raspberry-pi-cli :
97
- runs-on : ubuntu-latest
98
+ runs-on : ubuntu-22.04
98
99
steps :
99
100
- name : Checkout code
100
101
uses : actions/checkout@v4
@@ -130,7 +131,7 @@ jobs:
130
131
path : artifacts/fiscalberry-cli-pi-arm64
131
132
132
133
create-release :
133
- runs-on : ubuntu-latest
134
+ runs-on : ubuntu-22.04
134
135
needs : [build-desktop, build-raspberry-pi-cli] # Wait for all builds
135
136
permissions :
136
137
contents : write # Needed to create release and upload assets
You can’t perform that action at this time.
0 commit comments