File tree Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 1515 include :
1616 - os : macos-latest
1717 arch : aarch64
18- - os : macos-13
18+ - os : macos-15-large
1919 arch : x64
2020 - os : ubuntu-latest
2121 arch : x64
2626
2727 steps :
2828 - name : " Install Racket"
29- uses : Bogdanp/setup-racket@v1.11
29+ uses : Bogdanp/setup-racket@v1.14
3030 with :
31- version : " 8.14 "
31+ version : " 8.18 "
3232 architecture : ${{ matrix.arch }}
3333 # WARN: need to be careful with cargo paths
3434 - name : Cache Racket dependencies
4949 with :
5050 toolchain : stable
5151 components : rustfmt, clippy
52- - uses : actions/checkout@master
52+ - uses : actions/checkout@v5
5353 - name : " Install dependencies"
5454 run : make install
5555 # Build executable and remove Herbie launcher
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 - name : " Install Packages"
1414 run : sudo apt-get install -y libmpfr6 libmpfr-dev
1515 - name : " Install Racket"
16- uses : Bogdanp/setup-racket@v1.11
16+ uses : Bogdanp/setup-racket@v1.14
1717 with :
18- version : " 8.14 "
18+ version : " 8.18 "
1919 - name : Install Rust compiler
2020 uses : dtolnay/rust-toolchain@stable
2121 with :
2222 toolchain : stable
2323 components : rustfmt, clippy
24- - uses : actions/checkout@master
24+ - uses : actions/checkout@v5
2525 - name : " Install dependencies"
2626 run : make install
2727 - name : " Install SoftPosit support"
Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ jobs:
2020 - os : macos-latest
2121 os-name : macOS-m1
2222 arch : arm64
23- - os : macos-13
23+ - os : macos-15-large
2424 os-name : macOS
2525 arch : x64
2626
2727 runs-on : ${{ matrix.os }}
2828
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v5
3131
3232 - name : Install Racket
33- uses : Bogdanp/setup-racket@v1.11
33+ uses : Bogdanp/setup-racket@v1.14
3434 with :
35- version : 8.11
35+ version : 8.18
3636 architecture : ${{ matrix.arch }}
3737
3838 - name : Install Rust compiler
7979 merge-multiple : true
8080
8181 - name : Create Release
82- uses : ncipollo/release-action@v1
82+ uses : ncipollo/release-action@v1.20.0
8383 with :
8484 tag : ${{ github.ref }}
8585 name : ${{ github.ref }}
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 - name : " Install Packages"
1818 run : sudo apt-get install -y libmpfr6 libmpfr-dev
1919 - name : " Install Racket"
20- uses : Bogdanp/setup-racket@v1.11
20+ uses : Bogdanp/setup-racket@v1.14
2121 with :
2222 version : current
2323 - name : Install Rust compiler
2424 uses : dtolnay/rust-toolchain@stable
2525 with :
2626 toolchain : stable
2727 components : rustfmt, clippy
28- - uses : actions/checkout@master
28+ - uses : actions/checkout@v5
2929 - name : " Install dependencies"
3030 run : make install
3131 - name : Create a Resyntax pull request
Original file line number Diff line number Diff line change @@ -11,21 +11,21 @@ jobs:
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- racket-version : [ '8.7', '8.14 ' ]
14+ racket-version : [ '8.7', '8.18 ' ]
1515 precision : [ 'binary32', 'binary64' ]
1616 steps :
1717 - name : " Install Packages"
1818 run : sudo apt-get install -y libmpfr6 libmpfr-dev
1919 - name : " Install Racket"
20- uses : Bogdanp/setup-racket@v1.11
20+ uses : Bogdanp/setup-racket@v1.14
2121 with :
2222 version : ${{ matrix.racket-version }}
2323 - name : Install Rust compiler
2424 uses : dtolnay/rust-toolchain@stable
2525 with :
2626 toolchain : stable
2727 components : rustfmt, clippy
28- - uses : actions/checkout@master
28+ - uses : actions/checkout@v5
2929 - name : " Install dependencies"
3030 run : make install
3131 - run : racket -y infra/ci.rkt --precision ${{ matrix.precision }} --seed 0 bench/hamming/
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ jobs:
1313 - name : " Install Packages"
1414 run : sudo apt-get install -y libmpfr6 libmpfr-dev
1515 - name : " Install Racket"
16- uses : Bogdanp/setup-racket@v1.11
16+ uses : Bogdanp/setup-racket@v1.14
1717 with :
18- version : " 8.14 "
18+ version : " 8.18 "
1919 - name : Install Rust compiler
2020 uses : dtolnay/rust-toolchain@stable
2121 with :
2222 toolchain : stable
2323 components : rustfmt, clippy
24- - uses : actions/checkout@master
24+ - uses : actions/checkout@v5
2525 - name : " Install dependencies"
2626 run : make install
2727 # SoftPosit is required to test the softposit platform we use for testing
6868 - run : cd egg-herbie && raco test ./
6969
7070 # Test the API
71- - uses : actions/setup-node@v4
71+ - uses : actions/setup-node@v6
7272 with :
7373 node-version : 20
7474 - name : " Test the endpoint"
You can’t perform that action at this time.
0 commit comments