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 a7bd307 commit 02f65c7
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 @@ -1295,7 +1295,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 02f65c7

Please sign in to comment.