Skip to content

Commit 44f33bc

Browse files
Try MacOS 11 again
1 parent c73a778 commit 44f33bc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/configure_qt.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ jobs:
3131
work_dir: "/c/Code",
3232
cache_dir: "C:\\Code"
3333
}
34-
# - {
35-
# name: "MacOS 11.0",
36-
# os: macos-11.0,
37-
# work_dir: "$HOME"
38-
# }
34+
- {
35+
name: "MacOS 11.0",
36+
os: macos-11.0,
37+
work_dir: "$HOME"
38+
}
3939
name: ${{ matrix.config.name }}
4040
runs-on: ${{ matrix.config.os }}
4141
env:

0 commit comments

Comments
 (0)