Skip to content

Commit

Permalink
change to unbuntu runner on circle-ci as well
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 15, 2023
1 parent d29c9a0 commit fb768f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ env: &env
PACKCHECK_GITHUB_URL: "https://raw.githubusercontent.com/composewell/packcheck"
PACKCHECK_GITHUB_COMMIT: "3db46664f5eeadcd6fbe18b0ff6e9a31c41e4fbe"

# ubuntu seems to have better support than debian on CI systems
docker:
- image: debian:latest
- image: ubuntu:latest

#-----------------------------------------------------------------------------
# Common utility stuff, not to be modified usually
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
# ------------------------------------------------------------------------
PACKCHECK_COMMAND: ${{ matrix.command }} ${{ matrix.pack_options }}

# ubuntu seems to have better support than debian on CI systems
runs-on: ${{ matrix.runner }}
strategy:
fail-fast: false
Expand Down

0 comments on commit fb768f7

Please sign in to comment.