diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7ad7d676..ce19ab01 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -63,7 +63,7 @@ jobs: matrix: os: - ubuntu-20.04 - - macos-12 + - macos-13 - windows-2019 steps: diff --git a/docs/src/whatsnew.rst b/docs/src/whatsnew.rst index 80ee2f9d..2d080ac8 100644 --- a/docs/src/whatsnew.rst +++ b/docs/src/whatsnew.rst @@ -12,7 +12,7 @@ v1.9.0 - December 4, 2024 ------------------------- * Add Fusion SQL commands for personal and shared files * Add Fusion SQL commands for Iceberg egress service -* Add `tls_sni_servername` to connection +* Add ``tls_sni_servername`` to connection * Fix special character parsing in connection URLs v1.8.0 - November 19, 2024