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

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


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

commit 10eeaccbc5f01e53603c625555abffa50d0dcb17
Author: Lari Hotari <[email protected]>
AuthorDate: Mon Jun 24 18:24:17 2024 +0300

    [fix][ci] Replace removed macos-11 with macos-latest in GitHub Actions 
(#22965)
---
 .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 53dff03c248..5a0d4d840c6 100644
--- a/.github/workflows/ci-maven-cache-update.yaml
+++ b/.github/workflows/ci-maven-cache-update.yaml
@@ -64,7 +64,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 1160a0d1ec3..8decde1c999 100644
--- a/.github/workflows/pulsar-ci.yaml
+++ b/.github/workflows/pulsar-ci.yaml
@@ -1319,7 +1319,7 @@ jobs:
 
   macos-build:
     name: Build Pulsar on MacOS
-    runs-on: macos-11
+    runs-on: macos-latest
     timeout-minutes: 120
     needs: ['preconditions', 'integration-tests']
     if: ${{ needs.preconditions.outputs.docs_only != 'true' }}

Reply via email to