Commit 7453126 1 parent 25684bb commit 7453126 Copy full SHA for 7453126
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ defaults:
13
13
14
14
jobs :
15
15
bazel-sync :
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-22.04
17
17
steps :
18
18
- uses : docker/login-action@v1
19
19
with :
26
26
27
27
build_on_ubuntu_with_gcc :
28
28
name : on ubuntu with GCC
29
- runs-on : ubuntu-latest
29
+ runs-on : ubuntu-22.04
30
30
steps :
31
31
- uses : docker/login-action@v1
32
32
with :
55
55
56
56
build_on_ubuntu_with_clang :
57
57
name : on ubuntu with Clang
58
- runs-on : ubuntu-latest
58
+ runs-on : ubuntu-22.04
59
59
steps :
60
60
- uses : docker/login-action@v1
61
61
with :
Original file line number Diff line number Diff line change 1
1
# syntax=docker.io/docker/dockerfile:1@sha256:865e5dd094beca432e8c0a1d5e1c465db5f998dca4e439981029b3b81fb39ed5
2
2
3
- FROM --platform=$BUILDPLATFORM docker.io/library/ubuntu@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 AS ubuntu
3
+ FROM --platform=$BUILDPLATFORM docker.io/library/ubuntu:22.04 @sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 AS ubuntu
4
4
5
5
ARG BUILDOS
6
6
ARG BUILDARCH
Original file line number Diff line number Diff line change @@ -2497,7 +2497,7 @@ resolved = [
2497
2497
"generator_function" : "cc_configure" ,
2498
2498
"generator_location" : None ,
2499
2499
},
2500
- "output_tree_hash" : "fcc69bfbd80678ef4769e7caf98f1d9a6e558521c1766c3babd184313d8ade5e " ,
2500
+ "output_tree_hash" : "f269f62abb72fc21c02152b7c57fed0a7fe9effcd75a03539e16b2ec063148db " ,
2501
2501
},
2502
2502
],
2503
2503
},
You can’t perform that action at this time.
0 commit comments