Skip to content

Commit ff4675e

Browse files
use container in Linux Ubuntu
1 parent e95c87c commit ff4675e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-latest
10+
container:
11+
image: ubuntu:22.04
12+
1013
env:
1114
CI_SCRIPT: "scripts/ci_linux.sh"
1215
APP_NAME: "zclipboard"

0 commit comments

Comments
 (0)