summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/macos.yml (renamed from .github/workflows/macos_11.yml)6
-rw-r--r--.github/workflows/ubuntu.yml (renamed from .github/workflows/ubuntu_2004.yml)6
-rw-r--r--README.md4
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/macos_11.yml b/.github/workflows/macos.yml
index d3647bf..2ebd53d 100644
--- a/.github/workflows/macos_11.yml
+++ b/.github/workflows/macos.yml
@@ -1,4 +1,4 @@
-name: "macOS 11"
+name: "macOS"
on:
push:
@@ -10,8 +10,8 @@ on:
jobs:
macos-11:
- name: Test macOS 11
- runs-on: macos-11
+ name: Test macOS
+ runs-on: macos-latest
steps:
- name: Install dependencies 🔧
run: brew install imagemagick jhead
diff --git a/.github/workflows/ubuntu_2004.yml b/.github/workflows/ubuntu.yml
index d3c03a4..fca5534 100644
--- a/.github/workflows/ubuntu_2004.yml
+++ b/.github/workflows/ubuntu.yml
@@ -1,4 +1,4 @@
-name: "Ubuntu 20.04 LTS"
+name: "Ubuntu"
on:
push:
@@ -10,8 +10,8 @@ on:
jobs:
ubuntu-2004:
- name: Test Ubuntu 20.04 LTS
- runs-on: ubuntu-20.04
+ name: Test Ubuntu
+ runs-on: ubuntu-latest
steps:
- name: Dependencies 🔧
diff --git a/README.md b/README.md
index 3f7bb89..2c0dc98 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@
Bash Script to generate static web galleries. No server-side programs (i.e. PHP, MySQL) required.
[![ShellCheck](https://github.com/Cyclenerd/gallery_shell/actions/workflows/shellcheck.yml/badge.svg?branch=master)](https://github.com/Cyclenerd/gallery_shell/actions/workflows/shellcheck.yml)
-[![Ubuntu 20.04 LTS](https://github.com/Cyclenerd/gallery_shell/actions/workflows/ubuntu_2004.yml/badge.svg?branch=master)](https://github.com/Cyclenerd/gallery_shell/actions/workflows/ubuntu_2004.yml)
-[![macOS 11](https://github.com/Cyclenerd/gallery_shell/actions/workflows/macos_11.yml/badge.svg?branch=master)](https://github.com/Cyclenerd/gallery_shell/actions/workflows/macos_11.yml)
+[![Ubuntu](https://github.com/Cyclenerd/gallery_shell/actions/workflows/ubuntu.yml/badge.svg?branch=master)](https://github.com/Cyclenerd/gallery_shell/actions/workflows/ubuntu.yml)
+[![macOS](https://github.com/Cyclenerd/gallery_shell/actions/workflows/macos.yml/badge.svg?branch=master)](https://github.com/Cyclenerd/gallery_shell/actions/workflows/macos.yml)
[![GitHub](https://img.shields.io/github/license/cyclenerd/gallery_shell)](https://github.com/Cyclenerd/gallery_shell/blob/master/LICENSE)
## Overview