Skip to content

Commit aceb429

Browse files
committed
Fix back to ubuntu-latest so the if statements work
1 parent 01cf735 commit aceb429

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
strategy:
2020
matrix:
21-
os: [ubuntu-22.04, ubuntu-24.04]
21+
os: [ubuntu-latest]
2222
release: [Release]
2323
ssl: [ON, OFF]
2424
client-only: [ON, OFF]
@@ -38,7 +38,7 @@ jobs:
3838
shell: bash
3939

4040
steps:
41-
- uses: actions/checkout@v3
41+
- uses: actions/checkout@v4
4242

4343
- uses: actions/github-script@v7
4444
with:

0 commit comments

Comments
 (0)