Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 3e94e65

Browse files
Fix CI
1 parent 023b740 commit 3e94e65

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/clang_format_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, push]
44
jobs:
55
build:
66
name: clang-format-check
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-latest
88

99
# Run on external PRs, but not internal PRs as they'll be run by the push
1010
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

.github/workflows/coverage_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
jobs:
99
build:
1010
name: coverage-test
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1212

1313
# Run on external PRs, but not internal PRs as they'll be run by the push
1414
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

.github/workflows/docstring_check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request, push]
44
jobs:
55
build:
66
name: docstring-check
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-latest
88

99
# Run on external PRs, but not internal PRs as they'll be run by the push
1010
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository

.github/workflows/publish-sdist-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
strategy:
1919
matrix:
20-
os: [ubuntu-20.04, macos-11, windows-2022]
20+
os: [ubuntu-latest, macos-11, windows-2022]
2121

2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)