Skip to content

Commit 55640a0

Browse files
committed
Update bsd runner base machine
1 parent 7ec5efe commit 55640a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/freebsd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-12
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/openbsd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: macos-12
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)