Skip to content

Commit

Permalink
[fix][ci] Replace removed macos-11 with macos-latest in GitHub Actions (
Browse files Browse the repository at this point in the history
apache#22965)

(cherry picked from commit 10eeacc)
(cherry picked from commit 9853c20)
  • Loading branch information
lhotari authored and srinath-ctds committed Jul 1, 2024
1 parent 59028a6 commit d8ddba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-maven-cache-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
mvn_arguments: ''

- name: all modules - macos
runs-on: macos-11
runs-on: macos-latest
cache_name: 'm2-dependencies-all'

- name: core-modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pulsar-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1209,7 +1209,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' }}
Expand Down

0 comments on commit d8ddba4

Please sign in to comment.