Fix: ubuntu-latest version

This commit is contained in:
Donghyun Kim
2022-12-08 16:26:54 +09:00
parent 06d70eb9b2
commit 5f4e2716db
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7"]
+1 -1
View File
@@ -3,7 +3,7 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7"]