Skip to content

Commit

Permalink
Fix the present (#357)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ferraz-oliveira authored Jul 28, 2024
1 parent d92d89f commit 909181c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:

strategy:
matrix:
darwin64-vsn: ["11", "12", "13"]
darwin64-vsn: ["12", "13", "14"]
otp-vsn: ["master", "maint"] # The same as is_nightly_otp_for, in release.sh
fail-fast: true
max-parallel: 1

runs-on: macos-${{matrix.darwin64-vsn}}

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
# We want jobs to always checkout the updated branch
ref: ${{github.ref_name}}
Expand All @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
with:
body: >
This is
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:

strategy:
matrix:
darwin64-vsn: ["11", "12", "13"]
darwin64-vsn: ["12", "13", "14"]
fail-fast: true
max-parallel: 1

runs-on: macos-${{matrix.darwin64-vsn}}

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
# We want jobs to always checkout the updated branch
ref: ${{github.ref_name}}
Expand All @@ -39,7 +39,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Release
uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
with:
body: >
This is
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
It was initially created to support macOS on <https://github.com/erlef/setup-beam> builds.

We aim to build all Erlang versions (at most one every 2 hours - for all OS versions) starting from
Erlang/OTP 24, as per `kerl`'s listing, and targeting macOS for the versions supported by GitHub
Actions (11, 12, and 13, at the time of this writing).
Erlang/OTP 25.1, and targeting macOS for the versions supported by GitHub Actions (12, 13, and 14
at the time of this writing).

We also aim to build from `master` and `maint`, nightly, mostly to allow consumers to be on the
edge, but also to test potential upcoming issues with the image build/release pipeline. These
Expand Down

0 comments on commit 909181c

Please sign in to comment.