Skip to content

Commit fdd8c85

Browse files
committed
Increase Julia compat because Qt 6.8 is compiled with GCC 13 for Windows
1 parent a414ee3 commit fdd8c85

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
version:
17-
- '1.6'
17+
- '1.8'
1818
- '1'
1919
- 'nightly'
2020
os:
@@ -32,9 +32,6 @@ jobs:
3232
- os: macos-14
3333
arch: aarch64
3434
version: '1'
35-
exclude:
36-
- os: ubuntu-latest
37-
version: 1.6
3835
steps:
3936
- uses: actions/checkout@v2
4037
- uses: julia-actions/setup-julia@latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ CxxWrap = "0.17"
1919
MacroTools = "0.5"
2020
Observables = "0.5"
2121
jlqml_jll = "0.7.0"
22-
julia = "1.6"
22+
julia = "1.8"
2323

2424
[weakdeps]
2525
Requires = "ae029012-a4dd-5104-9daa-d747884805df"

0 commit comments

Comments
 (0)