Skip to content

Commit

Permalink
actions: move some jobs from macos to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 29, 2023
1 parent 667567f commit 2b50fe5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ jobs:

package-haxelib:
needs: [linux-ndll, macos-ndll, windows-ndll, android-ndll, ios-ndll]
runs-on: macos-11
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
if-no-files-found: error

docs:
runs-on: macos-11
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v3
Expand Down Expand Up @@ -511,7 +511,7 @@ jobs:
flash-samples:
needs: package-haxelib
runs-on: macos-11
runs-on: ubuntu-latest
steps:

- uses: krdlab/setup-haxe@v1
Expand Down Expand Up @@ -637,7 +637,7 @@ jobs:
html5-samples:
needs: package-haxelib
runs-on: macos-11
runs-on: ubuntu-latest
steps:

- uses: krdlab/setup-haxe@v1
Expand Down

0 comments on commit 2b50fe5

Please sign in to comment.