From f5499a5bd470f64f1cc01096110777d9778031eb Mon Sep 17 00:00:00 2001 From: KtorZ Date: Mon, 1 Jul 2024 16:43:02 +0200 Subject: [PATCH] Bump devx version --- .github/workflows/continuous-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 60fffd333..a13b746de 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -25,7 +25,7 @@ jobs: os: [ linux ] arch: [ x86_64, aarch64 ] compiler: [ ghc94 ] - devx-version: [ 82eb2a0633de606ac9347898967deeb305b477d0 ] + devx-version: [ 54ea65610338600bd4c4afd04b0b6ff612988fd4 ] runs-on: ${{ matrix.os == 'linux' && matrix.arch == 'aarch64' && 'buildjet-16vcpu-ubuntu-2204-arm' || 'ubuntu-22.04' }}