Skip to content

Commit d53ffc0

Browse files
authored
Update test-macos.yml
1 parent 72dda62 commit d53ffc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
strategy:
1515
matrix:
16-
os: [macos-12, macos-13]
16+
os: [macos-13]
1717
runs-on: ${{ matrix.os }}
1818

1919
steps:
@@ -40,4 +40,4 @@ jobs:
4040
- name: Test (Unreliable)
4141
working-directory: ${{github.workspace}}/build
4242
shell: bash
43-
run: ./app/kens/test-kens-all-unreliable-run-solution
43+
run: ./app/kens/test-kens-all-unreliable-run-solution

0 commit comments

Comments
 (0)