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 24, 2024
1 parent e44fa1a commit b082d45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mulle-sde-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-24.04, macos-latest ]

steps:
- name: Add to path
Expand All @@ -25,7 +25,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 @@ -18,7 +18,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 @@ -37,7 +37,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 b082d45

Please sign in to comment.