summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-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
2 files changed, 6 insertions, 6 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 🔧