Skip to content

Commit b8cb977

Browse files
committed
cd: use ubuntu-20.04 to build linux images
1 parent 1a20aa9 commit b8cb977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ jobs:
2424
runs_on: macos-13
2525
- os: macos
2626
arch: aarch64
27-
runs_on: macos-latest
27+
runs_on: macos-14
2828
- os: linux
29-
runs_on: ubuntu-latest
29+
runs_on: ubuntu-20.04
3030
# DBus configuration
3131
- artifact_type: slim
3232
dbus: ''

0 commit comments

Comments
 (0)