From aeb088b4561c45e79fd29fbd6d710839b9e6af69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 11 Oct 2024 16:01:51 +0200 Subject: [PATCH] Upgrade macos image to macos-14 Address actions deprecations: > A brownout will take place on November 4, 14:00 UTC - November 5, > 00:00 UTC to raise awareness of the upcoming macOS-12 environment > removal. For more details, see > https://github.com/actions/runner-images/issues/10721 --- .github/workflows/rubygems.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rubygems.yml b/.github/workflows/rubygems.yml index daf19f3..43172d9 100644 --- a/.github/workflows/rubygems.yml +++ b/.github/workflows/rubygems.yml @@ -23,7 +23,7 @@ jobs: matrix: os: - { name: Ubuntu, value: ubuntu-22.04 } - - { name: macOS, value: macos-12 } + - { name: macOS, value: macos-14 } - { name: Windows, value: windows-2022 } ruby: @@ -33,7 +33,7 @@ jobs: include: - ruby: { name: "3.2", value: 3.2.2 } - os: { name: macOS, value: macos-12 } + os: { name: macOS, value: macos-14 } - ruby: { name: jruby-9.4, value: jruby-9.4.2.0 } os: { name: Ubuntu, value: ubuntu-22.04 }