Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
precheck:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
strategy:
matrix:
elixir: [1.18.1]
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
run: bin/ci-check.sh

ci:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04

strategy:
matrix:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:

linkChecker:
name: Link Checker
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request_target]

jobs:
pr-comment:
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: exercism/pr-commenter-action@085ef62d2a541a112c3ade1d24deea83665ea186
with:
Expand Down
Loading