Skip to content

Commit

Permalink
Use Ubuntu for UI tests
Browse files Browse the repository at this point in the history
The UI tests no longer have reproducibility issues, so we can run them
on another platform that is less restrained by GitHub Actions capacity.
  • Loading branch information
madsmtm committed Nov 14, 2024
1 parent a46ab13 commit 10eb876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:

ui:
name: Compiler UI
runs-on: macos-13
runs-on: ubuntu-latest
needs:
- fmt
- lint
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
key: cargo-${{ github.job }}-${{ matrix.name }}-${{ hashFiles('**/Cargo.lock') }}

- name: Run UI tests
run: cargo run --features=run --bin=test-ui
run: cargo run --features=run,gnustep-1-7 --bin=test-ui

- name: Check diff
if: ${{ always() }}
Expand Down

0 comments on commit 10eb876

Please sign in to comment.