Skip to content

Commit

Permalink
spare CI credits
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg committed Mar 26, 2024
1 parent 04da77a commit 440ce2c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on:
push:
branches: [ master]
branches: [master]
pull_request:
types:
- opened
Expand All @@ -23,7 +23,6 @@ jobs:
version:
- '1.6'
- '1' # latest 1.X
- '~1.11.0-0' # upcoming julia version, next `rc`
experimental:
- false
os:
Expand All @@ -32,6 +31,10 @@ jobs:
- macOS-latest
arch: [x64]
include:
- os: ubuntu-latest
experimental: true
version: '~1.11.0-0' # upcoming julia version, next `rc`
arch: x64
- os: ubuntu-latest
experimental: true
version: 'nightly'
Expand Down

0 comments on commit 440ce2c

Please sign in to comment.