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 c7e0943 commit 7d5074bCopy full SHA for 7d5074b
.github/workflows/build-and-test.yaml
@@ -197,12 +197,14 @@ jobs:
197
cflags: ""
198
elixir_version: "1.14"
199
200
- # master/main version of OTP/Elixir
201
- - os: "ubuntu-24.04"
202
- cc: "cc"
203
- cxx: "c++"
204
- otp: "master"
205
- elixir_version: "main"
+# TODO: enable master again
+# master will not work until we don't adapt to atom table changes
+# # master/main version of OTP/Elixir
+# - os: "ubuntu-24.04"
+# cc: "cc"
+# cxx: "c++"
206
+# otp: "master"
207
+# elixir_version: "main"
208
209
# Additional default compiler builds
210
- os: "ubuntu-20.04"
0 commit comments