mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-07 00:29:02 -05:00
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:
parent
a41812db1a
commit
eaac5cebe1
4
.github/workflows/ci-irctest.yml
vendored
4
.github/workflows/ci-irctest.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user