Skip to content

Commit c108837

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 88fefae + d009874 commit c108837

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildLinuxArm64.yml renamed to .github/workflows/buildLinux86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Build Linux64 curl-engine-branch
1+
name: Build Linux 86_64
22
on:
33
workflow_dispatch:
44

55
jobs:
66
build:
7-
runs-on: ubuntu-22
7+
runs-on: ubuntu-22.04
88
steps:
99
- name: Checkout code
1010
uses: actions/checkout@v3

0 commit comments

Comments
 (0)