Skip to content

Commit 6161eda

Browse files
authored
macos-13 is available (#1497)
* macos-13 is available * skip tests on python
1 parent 8cac9c7 commit 6161eda

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
fail-fast: false
101101
matrix:
102102
os:
103+
- macos-13
103104
- macos-12
104105
- macos-11
105106
multi-thread:
@@ -138,11 +139,12 @@ jobs:
138139
- name: run perl -V on pwsh
139140
run: perl -V
140141
shell: pwsh
141-
- name: run perl -V on python
142-
run: |
143-
import subprocess
144-
subprocess.call(['perl', '-V'])
145-
shell: python
142+
# skip this test because it fails on macos-13: https://github.com/actions/runner-images/issues/7488
143+
# - name: run perl -V on python
144+
# run: |
145+
# import subprocess
146+
# subprocess.call(['perl', '-V'])
147+
# shell: python
146148
- name: run perl -V on sh
147149
run: perl -V
148150
shell: sh

0 commit comments

Comments
 (0)