From af1089fcb7bbe2ee76246081bf98929d0d247cda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Thu, 30 May 2024 14:43:17 +0200 Subject: [PATCH] Release v0.34.0 (CI fix) --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9911a622e..44bc33b68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,8 +35,6 @@ jobs: otp_version: "25.0.4" - otp: 26 otp_version: "26.0.2" - - otp: 27 - otp_version: "27.0" runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4