Skip to content

Commit 40badfd

Browse files
committed
Run GitHub Actions workflows using ubuntu-latest
Signed-off-by: Mattt Zmuda <mattt@replicate.com>
1 parent 2ea6e7a commit 40badfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-latest
1313

1414
name: "Test Python ${{ matrix.python-version }}"
1515

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
release:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
1010

1111
name: "Publish to PyPI"
1212

0 commit comments

Comments
 (0)