Skip to content

Commit 21dd808

Browse files
committed
Update basemap-data workflows to use Debian 10
1 parent 76622da commit 21dd808

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
max-parallel: 1
4444
needs: checkout
4545
runs-on: ubuntu-latest
46-
container: "pylegacy/python:${{ matrix.python-version }}-debian-9"
46+
container: "pylegacy/python:${{ matrix.python-version }}-debian-10"
4747
steps:
4848
-
4949
name: Download checkout
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
needs: build
7676
runs-on: ubuntu-latest
77-
container: "pylegacy/python:${{ matrix.python-version }}-debian-9"
77+
container: "pylegacy/python:${{ matrix.python-version }}-debian-10"
7878
steps:
7979
-
8080
name: Download checkout
@@ -106,7 +106,7 @@ jobs:
106106
if: startsWith(github.event.ref, 'refs/tags/v')
107107
needs: test
108108
runs-on: ubuntu-latest
109-
container: "pylegacy/python:${{ matrix.python-version }}-debian-9"
109+
container: "pylegacy/python:${{ matrix.python-version }}-debian-10"
110110
environment: PyPI
111111
steps:
112112
-

.github/workflows/basemap-data.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
max-parallel: 1
4444
needs: checkout
4545
runs-on: ubuntu-latest
46-
container: "pylegacy/python:${{ matrix.python-version }}-debian-9"
46+
container: "pylegacy/python:${{ matrix.python-version }}-debian-10"
4747
steps:
4848
-
4949
name: Download checkout
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
needs: build
7676
runs-on: ubuntu-latest
77-
container: "pylegacy/python:${{ matrix.python-version }}-debian-9"
77+
container: "pylegacy/python:${{ matrix.python-version }}-debian-10"
7878
steps:
7979
-
8080
name: Download checkout
@@ -106,7 +106,7 @@ jobs:
106106
if: startsWith(github.event.ref, 'refs/tags/v')
107107
needs: test
108108
runs-on: ubuntu-latest
109-
container: "pylegacy/python:${{ matrix.python-version }}-debian-9"
109+
container: "pylegacy/python:${{ matrix.python-version }}-debian-10"
110110
environment: PyPI
111111
steps:
112112
-

0 commit comments

Comments
 (0)