Skip to content

Commit

Permalink
feat: use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark24Code committed Jun 27, 2024
1 parent 41afcee commit 5ff5a64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: build amd64
run: |
ls -al
gem install rake
sudo gem install rake
rake build
- name: "Upload Artifact- osx amd64"
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: build amd64
run: |
ls -al
gem install rake
sudo gem install rake
rake build
- name: "Upload Artifact- osx amd64"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 5ff5a64

Please sign in to comment.