Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Nov 23, 2024
1 parent 3d115ff commit 4a2ab27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mulle-sde-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- uses: mulle-sde/github-ci@v2

- uses: mulle-cc/github-ci@v4
- uses: mulle-cc/github-ci@v5

- name: Choose musl on Linux
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mulle-sde-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest] # macos-latest,
os: [ ubuntu-24.04 ] # macos-latest,

steps:
- name: Set MULLE_HOSTNAME
Expand All @@ -38,7 +38,7 @@ jobs:

- uses: mulle-sde/github-ci@v2

- uses: mulle-cc/github-ci@v4
- uses: mulle-cc/github-ci@v5

- name: Dump Project Environment
run: |
Expand Down

0 comments on commit 4a2ab27

Please sign in to comment.