Skip to content

Commit 962b6dc

Browse files
authored
Downgrade _macos-latest-large_ to _macos-latest_ (#1907)
* Downgrade `macos-latest-large` to `macos-latest` * Increase timeout for `IronPython.test_utf8_mode_stdlib`
1 parent 2c5de6f commit 962b6dc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [windows-latest, ubuntu-22.04, macos-latest-large]
13+
os: [windows-latest, ubuntu-22.04, macos-latest]
1414

1515
steps:
1616
- name: Install tools

tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ RunCondition=NOT $(IS_MONO) # Mono codepage 852 encoding incorrecly decodes 0xAA
150150
IsolationLevel=PROCESS # reset reporting of warnings
151151

152152
[IronPython.test_utf8_mode_stdlib]
153+
Timeout=240000 # Mono is extremely slow
153154
IsolationLevel=PROCESS
154155

155156
[IronPython.interop.net.derivation.test_property_override]

0 commit comments

Comments
 (0)