diff --git a/.github/workflows/ets-from-source.yml b/.github/workflows/ets-from-source.yml index b57fe4aaf..f99a2996c 100644 --- a/.github/workflows/ets-from-source.yml +++ b/.github/workflows/ets-from-source.yml @@ -8,7 +8,7 @@ on: - cron: '0 0 * * 5' env: - INSTALL_EDM_VERSION: 3.3.1 + INSTALL_EDM_VERSION: 3.4.0 QT_MAC_WANTS_LAYER: 1 jobs: diff --git a/.github/workflows/test-with-edm.yml b/.github/workflows/test-with-edm.yml index 56e10f015..90bcdca24 100644 --- a/.github/workflows/test-with-edm.yml +++ b/.github/workflows/test-with-edm.yml @@ -7,7 +7,7 @@ name: Test with EDM on: [pull_request, workflow_dispatch] env: - INSTALL_EDM_VERSION: 3.3.1 + INSTALL_EDM_VERSION: 3.4.0 QT_MAC_WANTS_LAYER: 1 jobs: diff --git a/.github/workflows/test-wx.yml b/.github/workflows/test-wx.yml index b39589498..17ac5c182 100644 --- a/.github/workflows/test-wx.yml +++ b/.github/workflows/test-wx.yml @@ -8,7 +8,7 @@ on: - cron: '0 0 * * 5' env: - INSTALL_EDM_VERSION: 3.3.1 + INSTALL_EDM_VERSION: 3.4.0 jobs: