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

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

steps:
- name: Install sudo
Expand Down
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 @@ -15,7 +15,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 @@ -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
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 28ccc42

Please sign in to comment.