Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Feb 8, 2024
1 parent 46db7ce commit f5e71c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.

# The type of runner that the job will run on
runs-on: macos-latest
runs-on: ununtu-latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -29,7 +29,7 @@ jobs:

- uses: krdlab/setup-haxe@master
with:
haxe-version: 4.3.3
haxe-version: 4.2.4

# Runs a set of commands using the runners shell
- name: Install Haxe Libraries
Expand Down

0 comments on commit f5e71c5

Please sign in to comment.