Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/.github/workflows/mypy.yaml
diff options
context:
space:
mode:
authorBrock Vojkovic <github@vojk.au>2024-04-11 13:33:00 +0800
committerGitHub <noreply@github.com>2024-04-11 07:33:00 +0200
commit4505f6febb7f8ee324ec633657352b4606b527bd (patch)
tree6ade6c7f472b8efb4099639209e1940730c21c89 /.github/workflows/mypy.yaml
parentdf2884085dc06f71f2bb201a316828c23b6299dd (diff)
Switch from weekly official to daily official image (https://github.com/archlinux/archinstall/issues/2443) (#2453)
Diffstat (limited to '.github/workflows/mypy.yaml')
-rw-r--r--.github/workflows/mypy.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml
index 90200626..39306cd6 100644
--- a/.github/workflows/mypy.yaml
+++ b/.github/workflows/mypy.yaml
@@ -4,7 +4,7 @@ jobs:
mypy:
runs-on: ubuntu-latest
container:
- image: archlinux:latest
+ image: archlinux/archlinux:latest
steps:
- uses: actions/checkout@v4
- run: pacman --noconfirm -Syu python mypy python-pip