Skip to content

Commit 5c22dd7

Browse files
committed
ubuntu 24.04 not 22.04
1 parent 7e6d542 commit 5c22dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ jobs:
251251
bolt-optimizations: ${{ matrix.bolt }}
252252
free-threading: ${{ matrix.free-threading }}
253253
os: ${{ matrix.os }}
254-
traceback_timestamps: ${{ matrix.os == 'ubuntu-22.04-arm' && matrix.bolt == false && 'ns' || '' }}
254+
traceback_timestamps: ${{ matrix.os == 'ubuntu-24.04-arm' && matrix.bolt == false && 'ns' || '' }}
255255
test-opts: ${{ matrix.test-opts || '' }}
256256

257257
build-ubuntu-ssltests:

0 commit comments

Comments
 (0)