From 440ce2c9ede230bc238c16fc3095420bcd9db8a3 Mon Sep 17 00:00:00 2001
From: t-bltg <tf.bltg@gmail.com>
Date: Tue, 26 Mar 2024 15:21:58 +0100
Subject: [PATCH] spare CI credits

---
 .github/workflows/CI.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml
index e1a286fc..e2662045 100644
--- a/.github/workflows/CI.yml
+++ b/.github/workflows/CI.yml
@@ -1,7 +1,7 @@
 name: CI
 on:
   push:
-   branches:  [ master]
+   branches: [master]
   pull_request:
     types:
     - opened
@@ -23,7 +23,6 @@ jobs:
         version:
           - '1.6'
           - '1' # latest 1.X
-          - '~1.11.0-0'  # upcoming julia version, next `rc`
         experimental:
           - false
         os:
@@ -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'