We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f544c commit a49b703Copy full SHA for a49b703
.github/workflows/test.yml
@@ -137,5 +137,9 @@ jobs:
137
steps:
138
- uses: actions/checkout@v4
139
- 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
+ - run: docker pull ghcr.io/catthehacker/ubuntu:js-24.04
+ - 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