diff --git a/.github/workflows/build-docs.yaml b/.github/workflows/build-docs.yaml index ecaf3e5ff..48eecc957 100644 --- a/.github/workflows/build-docs.yaml +++ b/.github/workflows/build-docs.yaml @@ -45,8 +45,8 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-latest - container: erlang:27 + runs-on: ubuntu-24.04 + container: erlang:26 # Steps represent a sequence of tasks that will be executed as part of the job steps: diff --git a/.github/workflows/publish-docs.yaml b/.github/workflows/publish-docs.yaml index cde1c5242..7ad443d2e 100644 --- a/.github/workflows/publish-docs.yaml +++ b/.github/workflows/publish-docs.yaml @@ -36,7 +36,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 env: AVM_DOCS_NAME: ${{ github.ref_name }} @@ -72,7 +72,7 @@ jobs: - uses: erlef/setup-beam@v1 with: - otp-version: "27" + otp-version: "26" elixir-version: "1.17" hexpm-mirrors: | https://builds.hex.pm