Skip to content

Commit

Permalink
switch to mac pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
clearbluejar committed Sep 27, 2023
1 parent 7b3bfb4 commit b4f5689
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@ GEM
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
ffi (1.15.5)
ffi (1.16.2)
fiber-annotation (0.2.0)
fiber-local (1.0.0)
forwardable-extended (2.6.0)
google-protobuf (3.24.3-aarch64-linux)
google-protobuf (3.24.3-x86_64-linux)
hashery (2.1.2)
html-proofer (5.0.8)
addressable (~> 2.3)
Expand Down Expand Up @@ -85,8 +84,6 @@ GEM
mercenary (0.4.0)
nokogiri (1.15.4-aarch64-linux)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
pdf-reader (2.11.0)
Expand All @@ -108,8 +105,6 @@ GEM
safe_yaml (1.0.5)
sass-embedded (1.68.0-aarch64-linux-gnu)
google-protobuf (~> 3.23)
sass-embedded (1.68.0-x86_64-linux-gnu)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
timers (4.3.5)
Expand All @@ -119,11 +114,10 @@ GEM
unicode-display_width (2.4.2)
webrick (1.8.1)
yell (2.2.2)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
aarch64-linux
x86_64-linux

DEPENDENCIES
html-proofer
Expand All @@ -135,4 +129,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.3.20
2.4.10

0 comments on commit b4f5689

Please sign in to comment.