diff options
| author | 2025-01-17 09:16:43 +0000 | |
|---|---|---|
| committer | 2025-01-17 09:32:35 +0000 | |
| commit | eaac5cebe1db8e48e7ea65015a9484c3becee961 (patch) | |
| tree | cc3199f2b41b9e61d4297db04114ee865ff6d597 | |
| parent | Drop the backup fingerprints if linked using the 1205 protocol. (diff) | |
Run irctest on AArch64.
This should help us catch portability weirdnesses.
[skip alpine ci]
[skip macos ci]
[skip ubuntu ci]
[skip windows ci]
| -rw-r--r-- | .github/workflows/ci-irctest.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci-irctest.yml b/.github/workflows/ci-irctest.yml index 9f005fae2..020823438 100644 --- a/.github/workflows/ci-irctest.yml +++ b/.github/workflows/ci-irctest.yml @@ -16,7 +16,7 @@ on: jobs: build: if: "!contains(github.event.head_commit.message, '[skip irctest ci]')" - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - name: Checkout repository uses: actions/checkout@v4 @@ -47,7 +47,7 @@ jobs: test: if: "!contains(github.event.head_commit.message, '[skip irctest ci]')" - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm env: IRCTEST_DEBUG_LOGS: "1" needs: |
