Skip to content

Commit 2d213e3

Browse files
committed
Attempt to fix macos CI
1 parent ccf96a4 commit 2d213e3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/rust.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,16 @@ jobs:
1414
build:
1515
env:
1616
QT_QPA_PLATFORM: offscreen
17+
DYLD_FRAMEWORK_PATH: /Users/runner/work/qmetaobject-rs/Qt/5.15.2/clang_64/lib
1718
strategy:
1819
matrix:
19-
os: [ubuntu-latest, macos-latest, windows-latest]
20+
os: [ubuntu-latest, windows-latest]
2021
qt: [5.15.2, 5.9.9, 5.12.9]
2122
rust: [stable, nightly]
23+
include:
24+
- os: macos-latest
25+
rust: stable
26+
qt: 5.15.2
2227
runs-on: ${{ matrix.os }}
2328
steps:
2429
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)