Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
glwagner committed Oct 18, 2024
1 parent 48e7c65 commit ab33ff8
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: CI

env:
DATADEPS_ALWAYS_ACCEPT: true

on:
push:
branches: [main]
Expand All @@ -19,19 +23,14 @@ jobs:
# - nightly
os:
- ubuntu-latest
- windows-latest
arch:
- x64
- x86
include:
# test macOS and Windows with latest Julia only
- os: macOS-latest
arch: x64
version: '1.10'
- os: windows-latest
arch: x64
version: '1.10'
- os: windows-latest
arch: x86
arch: arch64
version: '1.10'
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ab33ff8

Please sign in to comment.