Skip to content

Commit

Permalink
to pmq20#128 - switch to the oldest runners available on Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
pmq20 authored and 64kramsystem committed Feb 17, 2021
1 parent e7932c8 commit ba475a4
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
make:
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-16.04]
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/macos.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
matrix:
include:
- os: windows-2019
vs: 2019
- os: windows-2016
vs: 2017
fail-fast: false
runs-on: ${{ matrix.os }}
env:
Expand Down
22 changes: 22 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
language: ruby

rvm: 2.7.1

os: osx

osx_image: xcode7.3

addons:
apt:
packages:
- squashfs-tools

before_install:
- brew update
- brew install squashfs

before_script:
- mksquashfs -version

script:
- rake test
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ https://enclose.io/rubyc
*Packing your Ruby application into a single executable.*

[![Windows](https://github.com/pmq20/ruby-packer/workflows/Windows/badge.svg)](https://github.com/pmq20/ruby-packer/actions?query=workflow%3A"Windows")
[![macOS](https://github.com/pmq20/ruby-packer/workflows/macOS/badge.svg)](https://github.com/pmq20/ruby-packer/actions?query=workflow%3A"macOS")
[![macOS](https://travis-ci.org/pmq20/ruby-packer.svg?branch=master)](https://travis-ci.org/pmq20/ruby-packer)
[![Linux](https://github.com/pmq20/ruby-packer/workflows/Linux/badge.svg)](https://github.com/pmq20/ruby-packer/actions?query=workflow%3A"Linux")

## Features
Expand Down

0 comments on commit ba475a4

Please sign in to comment.