Skip to content

Commit

Permalink
Merge pull request #708 pguyot/w30/add-otp-26-ci
Browse files Browse the repository at this point in the history
Build and test on macos with OTP24-26

Linux builds rely on setup-beam which is broken for OTP26.

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
  • Loading branch information
bettio committed Jul 29, 2023
2 parents e17fbdd + 0265ab7 commit f494629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: ["macos-11"]
otp: ["23", "24", "25"]
otp: ["24", "25", "26"]

steps:
# Setup
Expand Down

0 comments on commit f494629

Please sign in to comment.