diff options
author | Nils <git@nkn-it.de> | 2023-02-19 16:56:02 +0100 |
---|---|---|
committer | Nils <git@nkn-it.de> | 2023-02-19 16:56:02 +0100 |
commit | 423a712d89f94df03b03f4f5f1191a0a32eb432e (patch) | |
tree | dbdb464a6f96165fd919f8723fdd4770cc06ef91 | |
parent | fe0389f456a56c8dfbe8958992632771f8be9f04 (diff) |
test rename
-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.md | 4 |
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 🔧 @@ -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 |