Skip to content

Commit 2a5c8e7

Browse files
committed
Bump workflows to Ubuntu 26.04
1 parent 5626c6a commit 2a5c8e7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/elixir_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-26.04
88

99
container:
1010
image: hexpm/elixir:1.20.1-erlang-29.0-debian-bookworm-20260610
@@ -65,7 +65,7 @@ jobs:
6565
run: mix dialyzer
6666

6767
smoke-test:
68-
runs-on: ubuntu-24.04
68+
runs-on: ubuntu-26.04
6969

7070
steps:
7171
- name: Checkout repository

.github/workflows/elixir_test_external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-24.04
7+
runs-on: ubuntu-26.04
88

99
container:
1010
image: hexpm/elixir:1.20.1-erlang-29.0-debian-bookworm-20260610

0 commit comments

Comments
 (0)