Skip to content

Commit

Permalink
update to use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
m-yahya committed Aug 2, 2024
1 parent 9bc265d commit 9f75a13
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,13 +269,13 @@ jobs:
- test: M6
flavor_id: sidechain
demo_name: demo-shielding-unshielding-multiworker
host: ubuntu-latest
host: self-hosted
sgx_mode: HW
- test: BestEnergy
flavor_id: offchain-worker
demo_name: demo-energy-market
host: self-hosted
sgx_mode: SW
sgx_mode: HW
- test: M8
flavor_id: sidechain
demo_name: demo-direct-call
Expand All @@ -285,7 +285,7 @@ jobs:
flavor_id: sidechain
demo_name: demo-sidechain
host: ubuntu-latest
sgx_mode: SW
sgx_mode: HW
- test: M6
flavor_id: offchain-worker
demo_name: demo-shielding-unshielding-multiworker
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
docker images --all
release-build:
runs-on: ubuntu-latest
runs-on: integritee-builder-sgx
name: Release Build of teeracle
if: startsWith(github.ref, 'refs/tags/')
needs: [ build-test, integration-tests ]
Expand Down

0 comments on commit 9f75a13

Please sign in to comment.