Skip to content

Commit

Permalink
changed runner
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Jan 31, 2024
1 parent 738e1de commit 47bcfc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_experimental_engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build_experimental_engine:
runs-on: macos-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_experimental_archive.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
set -euxo pipefail
#set -euxo pipefail

# Define build and output directories
gitTarget=${1:-"master"}
Expand Down

0 comments on commit 47bcfc3

Please sign in to comment.