Skip to content

Commit 3f764fb

Browse files
committed
Replace Github runners that were deprecated/removed
1 parent e4d3d83 commit 3f764fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
os: [ubuntu-20.04, macos-11]
13+
os: [ubuntu-latest, macos-latest]
1414
java: [ '17' ]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout current branch (full)
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Setup Java
20-
uses: actions/setup-java@v3
20+
uses: actions/setup-java@v4
2121
with:
2222
distribution: 'adopt'
2323
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)