Skip to content

Commit 0117c45

Browse files
JkLondonJkLondon
andauthored
workflow fixes (#191)
* workflow fixes * workflow fixes --------- Co-authored-by: JkLondon <ilya@mikheev.fun>
1 parent b2414af commit 0117c45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ jobs:
55
test:
66
strategy:
77
matrix:
8-
os: [ ubuntu-20.04, macos-13 ] # list of os: https://github.com/actions/virtual-environments
8+
os: [ ubuntu-latest, macos-latest ] # list of os: https://github.com/actions/virtual-environments
99
runs-on: ${{ matrix.os }}
1010

1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.21'
15+
go-version: '1.24'
1616

1717
- run: make race
1818

1919
win:
2020
strategy:
2121
matrix:
22-
os: [ windows-2022 ] # list of os: https://github.com/actions/virtual-environments
22+
os: [ windows-latest ] # list of os: https://github.com/actions/virtual-environments
2323
runs-on: ${{ matrix.os }}
2424

2525
steps:
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@v4
4040
- uses: actions/setup-go@v5
4141
with:
42-
go-version: '1.21'
42+
go-version: '1.24'
4343

4444
- run: go test ./mdbx
4545
- run: go test ./exp/mdbxpool

0 commit comments

Comments
 (0)