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
#22965)

(cherry picked from commit 10eeacc)
  • Loading branch information
lhotari committed Jun 24, 2024
1 parent 02c47c9 commit e819613
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 @@ -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
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 @@ -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' }}
Expand Down

0 comments on commit e819613

Please sign in to comment.