Skip to content

Commit 3faa5a2

Browse files
authored
Upgrade to latest builder OSes
1 parent ba0368c commit 3faa5a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88

99
Linux:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-latest
1111
env:
1212
BUNDLE_PATH: ~/.gem
1313
steps:
@@ -17,7 +17,7 @@ jobs:
1717
- run: CFLAGS=-m32 ./cibuild
1818

1919
Windows:
20-
runs-on: windows-2019
20+
runs-on: windows-latest
2121
steps:
2222
- uses: actions/checkout@v3
2323
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)