Skip to content

Commit e7e0dec

Browse files
committed
Update GHA versions
Signed-off-by: Derek McGowan <derek@mcg.dev>
1 parent b8ec79b commit e7e0dec

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
os: [ubuntu-22.04, macos-13] # TODO: Add windows-2019
32+
os: [ubuntu-latest, macos-latest, windows-latest]
3333

3434
steps:
3535
- uses: actions/setup-go@v5
@@ -50,7 +50,7 @@ jobs:
5050
project:
5151
name: Project Checks
5252
if: github.repository == 'containerd/plugin'
53-
runs-on: ubuntu-22.04
53+
runs-on: ubuntu-latest
5454
timeout-minutes: 5
5555

5656
steps:
@@ -71,9 +71,13 @@ jobs:
7171

7272
tests:
7373
name: Tests
74-
runs-on: ubuntu-22.04
74+
runs-on: ${{ matrix.os }}
7575
timeout-minutes: 5
7676

77+
strategy:
78+
matrix:
79+
os: [ubuntu-latest, macos-latest, windows-latest]
80+
7781
steps:
7882
- uses: actions/checkout@v4
7983
with:

0 commit comments

Comments
 (0)