Skip to content

Commit a394974

Browse files
committed
fix CI
1 parent e309a15 commit a394974

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/dockerfile-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push,workflow_dispatch]
55

66
jobs:
77
build:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99

1010
steps:
1111
- uses: actions/checkout@v4

Diff for: .github/workflows/mulle-sde-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [ ubuntu-latest]
15+
os: [ ubuntu-24.04 ]
1616

1717
steps:
1818
- name: Set MULLE_HOSTNAME

Diff for: src/mulle-objc/github-actions/project/all/.github/workflows/mulle-sde-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
strategy:
2020
matrix:
21-
os: [ ubuntu-latest] # macos-latest,
21+
os: [ ubuntu-24.04 ] # macos-latest,
2222

2323
steps:
2424
- name: Set MULLE_HOSTNAME

0 commit comments

Comments
 (0)