Skip to content

Commit 21628b8

Browse files
authored
Update Linux jobs to avoid dots in their names
1 parent 772160a commit 21628b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- swiftwasm-release/5.3
1212

1313
jobs:
14-
ubuntu_18.04_build:
14+
ubuntu_1804_build:
1515
timeout-minutes: 0
1616
runs-on: ubuntu-18.04
1717

@@ -58,7 +58,7 @@ jobs:
5858
# name: linux-test-results
5959
# path: ./swift-test-results.tar.gz
6060

61-
ubuntu_20.04_build:
61+
ubuntu_2004_build:
6262
timeout-minutes: 0
6363
runs-on: ubuntu-20.04
6464

0 commit comments

Comments
 (0)