Skip to content

Commit

Permalink
Downgrade _macos-latest-large_ to _macos-latest_ (#1907)
Browse files Browse the repository at this point in the history
* Downgrade `macos-latest-large` to `macos-latest`

* Increase timeout for `IronPython.test_utf8_mode_stdlib`
  • Loading branch information
BCSharp authored Feb 7, 2025
1 parent 2c5de6f commit 962b6dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-22.04, macos-latest-large]
os: [windows-latest, ubuntu-22.04, macos-latest]

steps:
- name: Install tools
Expand Down
1 change: 1 addition & 0 deletions tests/IronPython.Tests/Cases/IronPythonCasesManifest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ RunCondition=NOT $(IS_MONO) # Mono codepage 852 encoding incorrecly decodes 0xAA
IsolationLevel=PROCESS # reset reporting of warnings

[IronPython.test_utf8_mode_stdlib]
Timeout=240000 # Mono is extremely slow
IsolationLevel=PROCESS

[IronPython.interop.net.derivation.test_property_override]
Expand Down

0 comments on commit 962b6dc

Please sign in to comment.