Skip to content

Commit c809b7e

Browse files
committed
Update workflows to use ubuntu-latest
1 parent 1a321af commit c809b7e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/test-changes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- master
99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
python-version: [ '3.x' ]

Diff for: .github/workflows/test-process-pr.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
1414
python-version: ["3.6", "3.9", "3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)