Update test.yml with ubuntu-latest and macos-latest

pull/1395/head
Yusuf Yavuzyigit 2023-08-09 13:24:40 +03:00 committed by ruevs
parent 95b00bd888
commit 88e4d08324
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ on:
jobs:
test_ubuntu:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Test Ubuntu
steps:
- uses: actions/checkout@v2
@ -34,7 +34,7 @@ jobs:
shell: bash
test_macos:
runs-on: macos-10.15
runs-on: macos-latest
name: Test macOS
steps:
- uses: actions/checkout@v2