Skip to content

Commit de7d0d1

Browse files
committed
Run on newest Ubuntu
Should be fine (tm) as setup beam supports it for reported versions: https://github.com/erlef/setup-beam?tab=readme-ov-file#compatibility-between-operating-system-and-erlangotp
1 parent e9b7a44 commit de7d0d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
test_linux:
21-
name: Ubuntu 20.04, Erlang/OTP ${{ matrix.otp_version }}
21+
name: Ubuntu 24.04, Erlang/OTP ${{ matrix.otp_version }}
2222
strategy:
2323
fail-fast: false
2424
matrix:
@@ -35,7 +35,7 @@ jobs:
3535
development: true
3636
- otp_version: maint
3737
development: true
38-
runs-on: ubuntu-20.04
38+
runs-on: ubuntu-24.04
3939
# Earlier Erlang/OTP versions ignored compiler directives
4040
# when using warnings_as_errors. So we only set ERLC_OPTS
4141
# from Erlang/OTP 27+.
@@ -111,7 +111,7 @@ jobs:
111111
112112
check_posix_compliant:
113113
name: Check POSIX-compliant
114-
runs-on: ubuntu-20.04
114+
runs-on: ubuntu-24.04
115115
steps:
116116
- uses: actions/checkout@v4
117117
with:

0 commit comments

Comments
 (0)