Skip to content

Commit 5804a05

Browse files
committed
CI: enable macOS x64 build back
1 parent c114c71 commit 5804a05

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci_macos.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
qt_version_major: [5, 6]
10-
os: [macos-latest-xlarge]
11-
#os: [macos-latest-large, macos-latest-xlarge]
10+
os: [macos-latest-large, macos-latest-xlarge]
1211

1312
runs-on: ${{matrix.os}}
1413
name: build-${{matrix.os}}-qt${{matrix.qt_version_major}}

0 commit comments

Comments
 (0)