From 44ab55c714cb523adf5805b57faac1d4fa429f63 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 26 Nov 2025 13:06:33 +0900 Subject: [PATCH] Replace AppVeyor CI with GitHub Actions Windows runner --- .github/workflows/ruby.yml | 1 + appveyor.yml | 26 -------------------------- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 appveyor.yml diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 0596398..ea25870 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -21,6 +21,7 @@ jobs: strategy: matrix: ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} + os: [ ubuntu-latest, windows-latest ] steps: - uses: actions/checkout@v5 - uses: ruby/setup-ruby@v1 diff --git a/appveyor.yml b/appveyor.yml deleted file mode 100644 index 5bcc069..0000000 --- a/appveyor.yml +++ /dev/null @@ -1,26 +0,0 @@ -install: - - set PATH=C:\Ruby26-x64\bin;%PATH% - -build: off - -branches: - only: - - master - -environment: - ruby_version: "24-%Platform%" - zlib_version: "1.2.11" - matrix: - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019 - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017 - - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015 - -before_test: - - ruby -v - - gem -v - - bundle -v - - gem uni did_you_mean - - gem i test-unit-ruby-core - -test_script: - - rake