Skip to content

Commit a49b703

Browse files
committed
ci: fix act test
1 parent f3f544c commit a49b703

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -137,5 +137,9 @@ jobs:
137137
steps:
138138
- uses: actions/checkout@v4
139139
- run: curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
140-
- run: docker pull ghcr.io/catthehacker/ubuntu:js-20.04
141-
- run: ./bin/act -P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-20.04 push -j simple-build
140+
- run: docker pull ghcr.io/catthehacker/ubuntu:js-24.04
141+
- run: |
142+
./bin/act push \
143+
-P ubuntu-latest=ghcr.io/catthehacker/ubuntu:js-24.04 \
144+
-j simple-build \
145+
--matrix os:ubuntu-latest

0 commit comments

Comments
 (0)