We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b7a44 commit de7d0d1Copy full SHA for de7d0d1
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ permissions:
18
19
jobs:
20
test_linux:
21
- name: Ubuntu 20.04, Erlang/OTP ${{ matrix.otp_version }}
+ name: Ubuntu 24.04, Erlang/OTP ${{ matrix.otp_version }}
22
strategy:
23
fail-fast: false
24
matrix:
@@ -35,7 +35,7 @@ jobs:
35
development: true
36
- otp_version: maint
37
38
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
39
# Earlier Erlang/OTP versions ignored compiler directives
40
# when using warnings_as_errors. So we only set ERLC_OPTS
41
# from Erlang/OTP 27+.
@@ -111,7 +111,7 @@ jobs:
111
112
check_posix_compliant:
113
name: Check POSIX-compliant
114
115
steps:
116
- uses: actions/checkout@v4
117
with:
0 commit comments