mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 17:06:33 +03:00
build: use "latest" version of github builders
This commit is contained in:
parent
3e7bb8d1aa
commit
fdf957dcbd
6
.github/workflows/packages.yml
vendored
6
.github/workflows/packages.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
|||
- package_name: psycopg2
|
||||
- package_name: psycopg2-binary
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repos
|
||||
uses: actions/checkout@v2
|
||||
|
@ -66,7 +66,7 @@ jobs:
|
|||
- {tag: musllinux_1_1, arch: aarch64}
|
||||
- {tag: musllinux_1_1, arch: ppc64le}
|
||||
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repos
|
||||
uses: actions/checkout@v2
|
||||
|
@ -113,7 +113,7 @@ jobs:
|
|||
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-10.15
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
tests:
|
||||
name: Unit tests run
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
Loading…
Reference in New Issue
Block a user