Skip to content

Commit

Permalink
Deactivated x86 windows tests. Somehow they hang forever
Browse files Browse the repository at this point in the history
  • Loading branch information
JordiManyer committed Nov 7, 2024
1 parent f2a12da commit f0a1c91
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
cancel-in-progress: true

jobs:
downgrade_test:
downgrade:
name: Downgrade ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
Expand Down
28 changes: 9 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,27 @@ concurrency:
cancel-in-progress: true

jobs:
test:
test: # Main CI tests
name: Tests ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
matrix: # Main tests for linux
version:
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
- windows-latest
- macos-latest
arch:
- x64
- x86
- aarch64
exclude: # Exclude some combinations
- os: ubuntu-latest
arch: aarch64
- os: windows-latest
include: # Test macos/windows on latest LTS
- version: '1.10'
os: macos-latest
arch: aarch64
- os: macos-latest
arch: x64
- os: macos-latest
arch: x86
include: # Legacy support for old Julia versions
- version: '1.8'
os: ubuntu-latest
arch: x64
- version: '1.9'
os: ubuntu-latest
- version: '1.10'
os: windows-latest
arch: x64
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f0a1c91

Please sign in to comment.