mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Use ubuntu-latest when the runner distro isn't critical.
This commit is contained in:
parent
79f57704fb
commit
3a105b5fa8
2
.github/workflows/ci-alpine.yml
vendored
2
.github/workflows/ci-alpine.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
build:
|
||||
if: "!contains(github.event.head_commit.message, '[skip alpine ci]')"
|
||||
container: alpine:3.16
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
CXX: ${{ matrix.compiler }}
|
||||
INSPIRCD_DEBUG: 3
|
||||
|
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-22.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
@ -54,7 +54,7 @@ jobs:
|
||||
|
||||
test:
|
||||
if: "!contains(github.event.head_commit.message, '[skip irctest ci]')"
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-latest
|
||||
needs:
|
||||
- build
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user