Run irctest on AArch64.

This should help us catch portability weirdnesses.

[skip alpine ci]
[skip macos ci]
[skip ubuntu ci]
[skip windows ci]
This commit is contained in:
Sadie Powell 2025-01-17 09:16:43 +00:00
parent a41812db1a
commit eaac5cebe1

View File

@ -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: