Skip to content

Commit 2bb2a09

Browse files
committed
Fix desktop test to not omit ubuntu.
1 parent 0371754 commit 2bb2a09

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/desktop.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,13 @@ jobs:
7474
architecture: "x86"
7575
# Xcode excludes -- allow only one on osx and linux
7676
- os: ubuntu-latest
77-
xcode_version: "12.4"
77+
xcode_version: "11.7"
7878
- os: windows-latest
79-
xcode_version: "12.4"
79+
xcode_version: "11.7"
80+
- os: ubuntu-latest
81+
xcode_version: "12.5.1"
82+
- os: windows-latest
83+
xcode_version: "12.5.1"
8084
# arm64 is only for macos
8185
- os: ubuntu-latest
8286
architecture: "arm64"

0 commit comments

Comments
 (0)