summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-08 12:05:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-08 12:05:08 +0900
commite5e5bbc4f81903782654a1c890b33f9b87a0e1ea (patch)
tree47d59233c65800e34f872bb5d0a28d634a8b2398
parent6447b451a805a0f2487ef881cd99c9171a767ccf (diff)
downloadjson-e5e5bbc4f81903782654a1c890b33f9b87a0e1ea.tar.gz
Use macos-12 and ubuntu-22.04 instead of deprecated platforms.
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5ed36dc..68fb1ac 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -13,9 +13,9 @@ jobs:
matrix:
os:
- ubuntu-20.04
- - ubuntu-18.04
- - macos-11.0
- - macos-10.15
+ - ubuntu-22.04
+ - macos-11
+ - macos-12
- windows-latest
ruby:
- '3.0'