From ab731d2d39c5b34ff23bbac13e1e6a0c56f2afa6 Mon Sep 17 00:00:00 2001 From: David Little Date: Fri, 20 Aug 2021 15:57:20 -0400 Subject: [PATCH] change ci requirements --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1e8c0a..88f80ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: fail-fast: false matrix: version: - - '1.0' + - '1.2' - '1' # Leave this line unchanged. '1' will automatically expand to the latest stable 1.x release of Julia. os: - ubuntu-latest diff --git a/README.md b/README.md index 4241634..c6a3070 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Alert [![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active) -[![Build Status](https://github.com/haberdashPi/Alert.jl/workflows/ci/badge.svg)](https://github.com/haberdashPI/Alert.jl/actions?query=workflow%3A%22CI%22+branch%3Amain) +[![Build Status](https://github.com/haberdashPi/Alert.jl/workflows/ci.yml/badge.svg)](https://github.com/haberdashPI/Alert.jl/actions/workflows/ci.yml) Alert provides a cross-platform means of displaying a notification to the user in Julia. It should work on MacOS, Windows 10 (even under WSL2) and many flavors of Linux. This is handy