6565 - { arch: 'arm64', concurrency: 4, os: [self-hosted, linux, ARM64], package: g++-12, cpp: g++, version: 12, cmake-flags: '', cpack: 'yes', ctest: 'no', mold: 'yes' }
6666 steps :
6767 - name : Harden Runner
68- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
68+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
6969 with :
7070 egress-policy : audit
7171
@@ -132,12 +132,10 @@ jobs:
132132 fail-fast : false # Don't fail everything if one fails. We want to test each OS/Compiler individually
133133 matrix :
134134 cfg :
135- - { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 16, cmake-flags: '', xcode-version: '16.0.0' }
136135 - { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 15, cmake-flags: '', xcode-version: '15.3' }
137- - { arch: 'arm64', concurrency: 3, os: macos-latest, cpp: clang++, version: 14, cmake-flags: '', xcode-version: '14.3.1' }
138136 steps :
139137 - name : Harden Runner
140- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
138+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
141139 with :
142140 egress-policy : audit
143141
@@ -150,7 +148,7 @@ jobs:
150148 xcode-version : ${{ matrix.cfg.xcode-version }}
151149
152150 - name : Install homebrew packages
153- run : brew install cmake make opus openssl pkg-config
151+ run : brew install cmake make opus openssl
154152
155153 - name : Generate CMake
156154 run : cmake -B build -DDPP_NO_VCPKG=ON -DCMAKE_BUILD_TYPE=Release -DDPP_CORO=ON -DAVX_TYPE=AVX0
@@ -191,7 +189,7 @@ jobs:
191189 runs-on : ${{matrix.cfg.os}}
192190 steps :
193191 - name : Harden Runner
194- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
192+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
195193 with :
196194 egress-policy : audit
197195
@@ -256,7 +254,7 @@ jobs:
256254 runs-on : ${{matrix.cfg.os}}
257255 steps :
258256 - name : Harden Runner
259- uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
257+ uses : step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
260258 with :
261259 egress-policy : audit
262260
0 commit comments