File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed
Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -74,21 +74,10 @@ jobs:
7474 fail-fast : false
7575 matrix :
7676 os :
77- - macos-latest
78- - ubuntu-latest
77+ - macos-15
78+ - ubuntu-24.04
7979 # - windows-latest
8080 steps :
81- - name : Install C++ Build Tools (Ubuntu)
82- if : runner.os == 'Linux'
83- run : |
84- sudo apt-get update
85- sudo apt-get install -y build-essential cmake ninja-build libssl-dev
86-
87- - name : Install C++ Build Tools (macOS)
88- if : runner.os == 'macOS'
89- run : |
90- brew reinstall cmake ninja openssl
91-
9281 - name : Checkout
9382 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9483
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Run `dev/release/release_rc.sh` on a working copy of
3131` git@github.com:apache/iceberg-cpp ` not from your fork:
3232
3333``` console
34- $ git clone git@github.com:apache/iceberg-cpp.git
34+ $ git clone git@github.com:apache/iceberg-cpp.git && cd iceberg-cpp
3535$ dev/release/release_rc.sh ${VERSION} ${RC}
3636(Send a vote email to dev@iceberg.apache.org.
3737 You can use a draft shown by release_rc.sh for the email.)
You can’t perform that action at this time.
0 commit comments