Skip to content

Commit 20e0aea

Browse files
committed
Run tests and packaging on ubuntu-latest
Ubuntu 20.04 is no longer supported by GitHub runners.
1 parent e251105 commit 20e0aea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- dist: fedora
2020
version: 36
2121

22-
runs-on: ubuntu-20.04
22+
runs-on: ubuntu-latest
2323

2424
steps:
2525
- name: Check out repo

.github/workflows/test_on_push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
tarantool: ["1.10", "2.6", "2.7", "2.8", "2.10", "2.11", "3.0"]
1515
fail-fast: false
16-
runs-on: [ubuntu-20.04]
16+
runs-on: [ubuntu-latest]
1717
steps:
1818
- uses: actions/checkout@master
1919
- uses: tarantool/setup-tarantool@v3

0 commit comments

Comments
 (0)