Skip to content

Commit

Permalink
Try running test suites on Ubuntu 24.04
Browse files Browse the repository at this point in the history
to avoid slapd(8) segfaulting on Ubuntu 22.04,
which "ubuntu-latest" uses despite [1].

Per discussion with @lukebakken.

1. actions/runner-images#9848
  • Loading branch information
michaelklishin committed Oct 18, 2024
1 parent 97512b0 commit 7abcdaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-make-target.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:
jobs:
test:
name: ${{ inputs.plugin }} (${{ inputs.make_target }})
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
timeout-minutes: 30
steps:
- name: CHECKOUT REPOSITORY
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-plugin-mixed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
required: true
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 7abcdaa

Please sign in to comment.