This is an automated email from the ASF dual-hosted git repository.

lhotari pushed a commit to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.11 by this push:
     new e8196135f14 [fix][ci] Replace removed macos-11 with macos-latest in 
GitHub Actions (#22965)
e8196135f14 is described below

commit e8196135f141d0aeff2803659cac811757abbb77
Author: Lari Hotari <lhot...@users.noreply.github.com>
AuthorDate: Mon Jun 24 18:24:17 2024 +0300

    [fix][ci] Replace removed macos-11 with macos-latest in GitHub Actions 
(#22965)
    
    (cherry picked from commit 10eeaccbc5f01e53603c625555abffa50d0dcb17)
---
 .github/workflows/ci-maven-cache-update.yaml | 2 +-
 .github/workflows/pulsar-ci.yaml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci-maven-cache-update.yaml 
b/.github/workflows/ci-maven-cache-update.yaml
index b432541bce1..d5d2812a361 100644
--- a/.github/workflows/ci-maven-cache-update.yaml
+++ b/.github/workflows/ci-maven-cache-update.yaml
@@ -60,7 +60,7 @@ jobs:
             mvn_arguments: ''
 
           - name: all modules - macos
-            runs-on: macos-11
+            runs-on: macos-latest
             cache_name: 'm2-dependencies-all'
 
           - name: core-modules
diff --git a/.github/workflows/pulsar-ci.yaml b/.github/workflows/pulsar-ci.yaml
index a3489b98dd7..b0f01d483c0 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -938,7 +938,7 @@ jobs:
 
   macos-build:
     name: Build Pulsar on MacOS
-    runs-on: macos-11
+    runs-on: macos-latest
     timeout-minutes: 120
     needs: ['changed_files_job', 'integration-tests']
     if: ${{ needs.changed_files_job.outputs.docs_only != 'true' && 
needs.changed_files_job.outputs.cpp_only != 'true' }}

Reply via email to