mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
use official image, not deprecated one
This commit is contained in:
parent
e552724524
commit
68500c8b64
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…
x
Reference in New Issue
Block a user