7474 target : aarch64-apple-darwin
7575
7676 name : macOS ${{ matrix.arch }}
77- runs-on : macos-14
77+ runs-on : macos-26
7878
7979 steps :
8080 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
@@ -108,9 +108,9 @@ jobs:
108108 - name : Download x86_64 OpenSSL
109109 if : matrix.arch == 'x86_64' && steps.cache-openssl-x86.outputs.cache-hit != 'true'
110110 run : |
111- brew fetch --bottle-tag=sonoma openssl@3
111+ arch -x86_64 brew fetch --bottle-tag=tahoe openssl@3
112112 mkdir -p $X86_64_APPLE_DARWIN_OPENSSL_DIR
113- tar xzf $(brew --cache --bottle-tag=sonoma openssl@3) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2
113+ tar xzf $(arch -x86_64 brew --cache --bottle-tag=tahoe openssl@3) -C $X86_64_APPLE_DARWIN_OPENSSL_DIR --strip-components=2
114114
115115 - name : Cache Dependencies
116116 uses : swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # 2.8.2
@@ -130,7 +130,7 @@ jobs:
130130 macos_universal :
131131 needs : macos
132132 name : macOS universal
133- runs-on : macos-14
133+ runs-on : macos-26
134134
135135 steps :
136136 - uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # 8.0.1
@@ -229,7 +229,7 @@ jobs:
229229 TARGET : ${{ matrix.arch }}-pc-windows-msvc
230230
231231 name : Windows ${{ matrix.arch }}
232- runs-on : windows-2022
232+ runs-on : windows-2025
233233
234234 steps :
235235 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 6.0.2
@@ -411,7 +411,7 @@ jobs:
411411 ref : ${{ inputs.checkout-ref }}
412412
413413 - name : Set up Docker Buildx
414- uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # 4.0 .0
414+ uses : docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # 4.1 .0
415415
416416 - name : Login to GitHub Container Registry
417417 uses : docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # 4.2.0
0 commit comments