diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 74047161e..b2440c9d1 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -197,12 +197,14 @@ jobs: cflags: "" elixir_version: "1.14" - # master/main version of OTP/Elixir - - os: "ubuntu-24.04" - cc: "cc" - cxx: "c++" - otp: "master" - 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++" +# otp: "master" +# elixir_version: "main" # Additional default compiler builds - os: "ubuntu-20.04"