Skip to content

Commit f57b0a8

Browse files
committed
1 parent c6e3bce commit f57b0a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rundemo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
- '*'
99
jobs:
1010
InternationalizationBenchmarks:
11-
runs-on: ubuntu-24.04
11+
#runs-on: ubuntu-24.04
12+
runs-on: macos-15
1213
timeout-minutes: 30
1314
steps:
1415
- name: "Checkout swift-foundation-icu-demo"
@@ -52,7 +53,6 @@ jobs:
5253
working-directory: swift-foundation-icu
5354
run: perl -pi -e 's/"USE_PACKAGE_DATA"/"DISABLED_USE_PACKAGE_DATA"/g' Package.swift
5455
- name: "Test swift-foundation-icu-demo with data file"
55-
if: false
5656
working-directory: swift-foundation-icu-demo
5757
run: ICU_DATA_DIR_PREFIX=${{ github.workspace }}/swift-foundation-icu-demo/LOCALE_DATA swift test
5858
- name: "Verify that ICU data file is being used"

0 commit comments

Comments
 (0)