Skip to content

Commit a821ecb

Browse files
authored
Update configure.yml
1 parent 9afbe26 commit a821ecb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/configure.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
runs-on: [ubuntu-20.04, macos-13, windows-latest]
27+
runs-on: [ubuntu-22.04, macos-13, windows-latest]
2828
arch: [x64]
2929
cmake: ["3.26"]
3030

3131
include:
32-
- runs-on: ubuntu-20.04
32+
- runs-on: ubuntu-22.04
3333
arch: x64
3434
cmake: "3.15"
3535

36-
- runs-on: ubuntu-20.04
36+
- runs-on: ubuntu-22.04
3737
arch: x64
3838
cmake: "3.29"
3939

0 commit comments

Comments
 (0)