Skip to content

Commit

Permalink
remove fs fixes, update
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall Porter committed Oct 23, 2023
1 parent a690f6a commit 4a0cb1e
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 410 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
create_release:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- name: Git checkout
Expand Down Expand Up @@ -41,30 +41,30 @@ jobs:

include:
- target: aarch64-apple-ios
os: macos-12
os: macos-latest
binary: ctrl
- target: aarch64-linux-android
os: ubuntu-20.04
os: ubuntu-latest
binary: ctrl

- target: aarch64-apple-darwin
os: macos-12
os: macos-latest
binary: ctrl
- target: aarch64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-latest
binary: ctrl
- target: aarch64-pc-windows-msvc
os: windows-2019
os: windows-latest
binary: ctrl.exe

- target: x86_64-apple-darwin
os: macos-12
os: macos-latest
binary: ctrl
- target: x86_64-unknown-linux-gnu
os: ubuntu-20.04
os: ubuntu-latest
binary: ctrl
- target: x86_64-pc-windows-msvc
os: windows-2019
os: windows-latest
binary: ctrl.exe

steps:
Expand Down
Loading

0 comments on commit 4a0cb1e

Please sign in to comment.