Skip to content

Commit af6d90a

Browse files
committed
Format native on Ubuntu 22.04
1 parent bd360c5 commit af6d90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/format-native.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
machine: [ windows-2022, ubuntu-20.04, macos-13 ]
15+
machine: [ windows-2022, ubuntu-22.04, macos-13 ]
1616
runs-on: ${{ matrix.machine }}
1717
steps:
1818

@@ -28,7 +28,7 @@ jobs:
2828
run: ./scripts/format-native.sh
2929

3030
check-native-headers:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-22.04
3232
steps:
3333

3434
- name: Checkout

0 commit comments

Comments
 (0)