Skip to content

Commit 98a39c7

Browse files
fix: ubuntu image
1 parent afa88c7 commit 98a39c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22
on: [push]
33
jobs:
44
build:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac
66
defaults:
77
run:
88
shell: bash -l {0}

0 commit comments

Comments
 (0)