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 db2a2f8 commit f7bf416Copy full SHA for f7bf416
1 file changed
.github/workflows/continuous-integration.yaml
@@ -24,8 +24,8 @@ jobs:
24
matrix:
25
os: [ linux ]
26
arch: [ x86_64, aarch64 ]
27
- compiler: [ ghc94 ]
28
- devx-version: [ 54ea65610338600bd4c4afd04b0b6ff612988fd4 ]
+ compiler: [ ghc96 ]
+ devx-version: [ 887b833d89db35168fbd4f10afb6f93d26d70f9a ]
29
30
runs-on: ${{ matrix.os == 'linux' && matrix.arch == 'aarch64' && 'buildjet-16vcpu-ubuntu-2204-arm' || 'ubuntu-22.04' }}
31
0 commit comments