Skip to content

Commit

Permalink
Update workflows to use ubuntu-24.04 (processone/ejabberd#4281)
Browse files Browse the repository at this point in the history
  • Loading branch information
badlop committed Nov 18, 2024
1 parent 51b6ce3 commit 9cf0b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
otp: [20, 25, 26, 27]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: erlang:${{ matrix.otp }}
steps:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
cover:
name: Cover
needs: [tests]
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
container:
image: erlang:26
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hexpm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
steps:
- name: Check out
uses: actions/checkout@v2
Expand Down

0 comments on commit 9cf0b39

Please sign in to comment.