From 50a7d39ea6c711f1bf7fb646b56fd709d08452be Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:33:06 +0200 Subject: [PATCH 1/2] Update base macOS-amd64 image --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 27a6af67..c9224286 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-12, macos-14 ] + os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-13, macos-14 ] ruby: [truffleruby-24.1.0, truffleruby+graalvm-24.1.0] runs-on: ${{ matrix.os }} steps: @@ -24,7 +24,7 @@ jobs: id: platform run: | platform=${{ matrix.os }} - platform=${platform/macos-12/macos-latest} + platform=${platform/macos-13/macos-latest} platform=${platform/macos-14/macos-13-arm64} echo "platform=$platform" >> $GITHUB_OUTPUT - name: Set ruby From 7ce8f72714d85ec8045ae2486c3194db3a40a659 Mon Sep 17 00:00:00 2001 From: Erik Bershel <110455084+erik-bershel@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:35:14 +0200 Subject: [PATCH 2/2] Update README.md to reflect changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72a480ce..67d764ad 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Archives are named `$engine-$version-$platform.tar.gz`. `platform` is one of: * `ubuntu-NN.NN`: built on the corresponding GitHub-hosted runner virtual environment -* `macos-latest`: built on `macos-12`, the oldest `macos-amd64` available on GitHub-hosted runners. +* `macos-latest`: built on `macos-13`, the oldest `macos-amd64` available on GitHub-hosted runners. * `macos-13-arm64`: built on `macos-14`, the oldest `macos-arm64` available on GitHub-hosted runners. * `windows-latest`: built on `windows-2019` (does not matter, it's only for repacking a JRuby archive, no actual build)