Skip to content

Commit 7abcdaa

Browse files
Try running test suites on Ubuntu 24.04
to avoid slapd(8) segfaulting on Ubuntu 22.04, which "ubuntu-latest" uses despite [1]. Per discussion with @lukebakken. 1. actions/runner-images#9848
1 parent 97512b0 commit 7abcdaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-make-target.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
jobs:
2121
test:
2222
name: ${{ inputs.plugin }} (${{ inputs.make_target }})
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-24.04
2424
timeout-minutes: 30
2525
steps:
2626
- name: CHECKOUT REPOSITORY

.github/workflows/test-plugin-mixed.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
required: true
2222
jobs:
2323
test:
24-
runs-on: ubuntu-latest
24+
runs-on: ubuntu-24.04
2525
strategy:
2626
fail-fast: false
2727
matrix:

0 commit comments

Comments
 (0)