Skip to content

Commit 9b50768

Browse files
committed
tools: update x64 macOS runner
Refs: actions/runner-images#13046
1 parent 9fc5b2b commit 9b50768

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-macos.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ jobs:
4040
if: github.event.pull_request.draft == false
4141
strategy:
4242
fail-fast: false
43-
matrix:
44-
macos-version: [macos-13, macos-14]
45-
runs-on: ${{ matrix.macos-version }}
43+
runs-on: macos-14
4644
env:
4745
CC: sccache gcc
4846
CXX: sccache g++

0 commit comments

Comments
 (0)