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 976ae81 commit 17654c8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerfile-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push,workflow_dispatch]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mulle-sde-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 Down
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
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 17654c8

Please sign in to comment.