Skip to content

Commit afcfd1b

Browse files
committed
Updates macos runners
1 parent 05fba0a commit afcfd1b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/shared_gem_verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- ubuntu-latest
3232
- windows-2022
3333
- windows-2025
34-
- macos-13
34+
- macos-15-intel
3535

3636
env:
3737
RAILS_ENV: test

.github/workflows/shared_meterpreter_acceptance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
fail-fast: false
6868
matrix:
6969
os:
70-
- macos-13
70+
- macos-15-intel
7171
- windows-2022
7272
- ubuntu-latest
7373
ruby:
@@ -92,7 +92,7 @@ jobs:
9292
# - { meterpreter: { name: windows_meterpreter }, ruby: '3.4', os: windows-2025 }
9393

9494
# Mettle
95-
- { meterpreter: { name: mettle }, os: macos-13 }
95+
- { meterpreter: { name: mettle }, os: macos-15-intel }
9696
- { meterpreter: { name: mettle }, os: ubuntu-latest }
9797

9898
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)