mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 19:54:20 +02:00
use official image, not deprecated one
This commit is contained in:
parent
e552724524
commit
68500c8b64
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
name: Test on Arch
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: 'archlinux/base:latest'
|
||||
image: 'archlinux/archlinux:latest'
|
||||
env:
|
||||
CI: 'true'
|
||||
steps:
|
||||
|
|
|
|||
2
.github/workflows/translations.yml
vendored
2
.github/workflows/translations.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
if: github.repository == 'kovidgoyal/calibre'
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: 'archlinux/base:latest'
|
||||
image: 'archlinux/archlinux:latest'
|
||||
env:
|
||||
CI: 'true'
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue