From 8631a15933745eb74f70cdd825abf28221d0790c Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Thu, 23 Jan 2025 19:46:16 +0100 Subject: [PATCH] ci(comment): remove comment about arm64 testing --- .github/workflows/continuous-integration.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index e073bc6c..71c16278 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -39,8 +39,6 @@ jobs: needs: - lint name: Tests - # TODO: once arm64 actions are available, also run the tests on this architecture. - # See: https://github.com/actions/virtual-environments/issues/2552#issuecomment-771478000. runs-on: ubuntu-latest steps: - name: Set up QEMU