Skip to content

Commit 2bf6f72

Browse files
committed
ci: use only latest ubuntu and macos on tests jobs
1 parent 6e12ee5 commit 2bf6f72

1 file changed

Lines changed: 4 additions & 14 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,9 @@ on:
88

99
jobs:
1010
ubuntu:
11-
name: "Ubuntu - ${{ matrix.version }}"
12-
runs-on: ${{ matrix.version }}
11+
name: "Ubuntu - latest"
12+
runs-on: ubuntu-latest
1313
timeout-minutes: 10
14-
strategy:
15-
matrix:
16-
version:
17-
- ubuntu-latest
18-
- ubuntu-22.04 # one version before latest
1914
steps:
2015
- name: Checkout
2116
uses: actions/checkout@v4
@@ -26,14 +21,9 @@ jobs:
2621
run: make test
2722

2823
macos:
29-
name: "macOS - ${{ matrix.version }}"
30-
runs-on: ${{ matrix.version }}
24+
name: "macOS - latest"
25+
runs-on: macos-latest
3126
timeout-minutes: 10
32-
strategy:
33-
matrix:
34-
version:
35-
- macos-latest
36-
- macos-13 # one version before latest
3727
steps:
3828
- name: Checkout
3929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)