We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82207b0 commit baa1d1cCopy full SHA for baa1d1c
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
fail-fast: false
53
matrix:
54
# Latest stable version, update at will
55
- os: [ macOS-13, ubuntu-20.04, windows-2019 ]
+ os: [ macOS-13, ubuntu-22.04, windows-2019 ]
56
dc:
57
# Always test latest as that is what we use to compile on release
58
- dmd-latest
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
16
17
18
arch: [ x86_64 ]
19
include:
20
- { os: windows-2019, arch: i686 }
0 commit comments