Skip to content

Commit d60a0f3

Browse files
committed
fix review
1 parent 49caaa1 commit d60a0f3

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

.github/workflows/rc.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff 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

dev/release/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Run `dev/release/release_rc.sh` on a working copy of
3131
`[email protected]:apache/iceberg-cpp` not from your fork:
3232

3333
```console
34-
$ git clone [email protected]:apache/iceberg-cpp.git
34+
$ git clone [email protected]:apache/iceberg-cpp.git && cd iceberg-cpp
3535
$ dev/release/release_rc.sh ${VERSION} ${RC}
3636
(Send a vote email to [email protected].
3737
You can use a draft shown by release_rc.sh for the email.)

0 commit comments

Comments
 (0)