Skip to content

Commit d7028f3

Browse files
committed
Run deployment action on Ubuntu
1 parent 5fd4d77 commit d7028f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
- linux-ci
78

89
permissions:
910
contents: read
@@ -13,7 +14,7 @@ jobs:
1314
name: Build and deploy www
1415
concurrency:
1516
group: www-${{ github.ref }}
16-
runs-on: macos-latest
17+
runs-on: ubuntu-latest
1718

1819
steps:
1920
- name: Checkout macports-www

0 commit comments

Comments
 (0)