Skip to content

Commit 3c45f54

Browse files
committed
Update image in build32
Ubuntu 20.04 is no longer available. See actions/runner-images#11101 Change-Id: I0ec3e3342f9212a2a79d8dca6274e7db62ecedab
1 parent 1aebdf8 commit 3c45f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Linux Build
55
jobs:
66
# 32-bit, clang
77
build32:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
env:
1010
CFLAGS: -m32
1111
CC: clang

0 commit comments

Comments
 (0)